Browse Source

Fix memleak in test_getinfo_helper_onion.

Fix on fc58c37e334fec71a20. Not in any released tor
Nick Mathewson 7 years ago
parent
commit
d3f0f10efd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/test/test_controller.c

+ 1 - 0
src/test/test_controller.c

@@ -144,6 +144,7 @@ test_getinfo_helper_onion(void *arg)
  done:
   tor_free(answer);
   tor_free(service_id);
+  smartlist_free(dummy.ephemeral_onion_services);
 }
 
 static void