aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_bt_cl.c
diff options
context:
space:
mode:
authorcypherpunks <cypherpunks@torproject.org>2015-12-18 12:31:14 +0100
committerNick Mathewson <nickm@torproject.org>2015-12-18 13:09:05 -0500
commit4c55ccbe95a8a1c68d6f9fefb9c5035f2566a478 (patch)
treece9d19dc2b07c14f34c4e3edc89339488b427755 /src/test/test_bt_cl.c
parentafc5af3f00def8529d61614c73b2addc14599bc3 (diff)
downloadtor-4c55ccbe95a8a1c68d6f9fefb9c5035f2566a478.tar.gz
tor-4c55ccbe95a8a1c68d6f9fefb9c5035f2566a478.zip
Fix a memory leak in the backtrace test
Diffstat (limited to 'src/test/test_bt_cl.c')
-rw-r--r--src/test/test_bt_cl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_bt_cl.c b/src/test/test_bt_cl.c
index dabaee6e0a..c43143ffe9 100644
--- a/src/test/test_bt_cl.c
+++ b/src/test/test_bt_cl.c
@@ -119,6 +119,7 @@ main(int argc, char **argv)
printf("%d\n", we_weave(2));
clean_up_backtrace_handler();
+ logs_free_all();
return 0;
}