diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-09-09 20:43:31 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-09-09 20:43:31 +0000 |
commit | f95d7c189bb89474c57dc9b60832df70fe57760f (patch) | |
tree | d000c451f9ec0ef25217dcd6b75463182087d19d /src/or/buffers.c | |
parent | 6c432a5565183b705569310a34b4da54b1bf98d4 (diff) | |
download | tor-f95d7c189bb89474c57dc9b60832df70fe57760f.tar.gz tor-f95d7c189bb89474c57dc9b60832df70fe57760f.zip |
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
Diffstat (limited to 'src/or/buffers.c')
-rw-r--r-- | src/or/buffers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/buffers.c b/src/or/buffers.c index 3893ab08ae..61d4b9d7f7 100644 --- a/src/or/buffers.c +++ b/src/or/buffers.c @@ -9,7 +9,7 @@ const char buffers_c_id[] = /** * \file buffers.c - * \brief Implements a generic buffer interface. Buffers are + * \brief Implements a generic interface buffer. Buffers are * fairly opaque string holders that can read to or flush from: * memory, file descriptors, or TLS connections. **/ |