]> git.ipfire.org Git - thirdparty/tor.git/commit
Refactor unit test macros and tor_free_all() logic a bit so as to make it easier...
authorNick Mathewson <nickm@torproject.org>
Tue, 9 Sep 2008 20:43:31 +0000 (20:43 +0000)
committerNick Mathewson <nickm@torproject.org>
Tue, 9 Sep 2008 20:43:31 +0000 (20:43 +0000)
commitf95d7c189bb89474c57dc9b60832df70fe57760f
treed000c451f9ec0ef25217dcd6b75463182087d19d
parent6c432a5565183b705569310a34b4da54b1bf98d4
Refactor unit test macros and tor_free_all() logic a bit so as to make it easier to free memory on failing tests, in order to suppress scanner warnings and to make dmalloc() usable with tests.

svn:r16816
ChangeLog
src/common/test.h
src/or/buffers.c
src/or/main.c
src/or/rendcommon.c
src/or/test.c