Browse Source

Merge branch 'maint-0.2.9'

Nick Mathewson 7 years ago
parent
commit
6f101f96a6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/test/test_hs.c

+ 2 - 0
src/test/test_hs.c

@@ -774,6 +774,8 @@ test_single_onion_poisoning(void *arg)
   tt_assert(ret == 0);
 
  done:
+  tor_free(dir1);
+  tor_free(dir2);
   /* The test harness deletes the directories at exit */
   smartlist_free(services);
   rend_service_free(service_1);