Never call free() on tor_malloc()d memory. This is unlikely to be our current leak...
commitde198d800b42218a424d44179ea2881d6dfbf975
authorNick Mathewson <nickm@torproject.org>
Fri, 30 Sep 2005 20:47:58 +0000 (30 20:47 +0000)
committerNick Mathewson <nickm@torproject.org>
Fri, 30 Sep 2005 20:47:58 +0000 (30 20:47 +0000)
tree8c1de7020eb5a5d0df125ad4619255f41304d501
parent364fd1ccdffe4a8f6c46137366e4c673b26b453c
Never call free() on tor_malloc()d memory. This is unlikely to be our current leak, but it may help dmalloc work.

svn:r5168
src/common/aes.c
src/common/container.c
src/common/crypto.c
src/common/tortls.c
src/or/buffers.c
src/or/main.c
src/or/test.c