Fix a memory leak in the backtrace test

This commit is contained in:
cypherpunks
2015-12-18 12:31:14 +01:00
committed by Nick Mathewson
parent afc5af3f00
commit 4c55ccbe95
+1
View File
@@ -119,6 +119,7 @@ main(int argc, char **argv)
printf("%d\n", we_weave(2));
clean_up_backtrace_handler();
logs_free_all();
return 0;
}