Explorar o código

Fix a memory leak in the backtrace test

cypherpunks %!s(int64=8) %!d(string=hai) anos
pai
achega
4c55ccbe95
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;
 }