Browse Source

Fix a memory leak in the backtrace test

cypherpunks 8 years ago
parent
commit
4c55ccbe95
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/test/test_bt_cl.c

+ 1 - 0
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;
 }