Browse Source

Merge remote-tracking branch 'catalyst-oniongit/bug23691'

Nick Mathewson 6 years ago
parent
commit
4e6374c26b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/test/test_util.c

+ 1 - 0
src/test/test_util.c

@@ -2578,6 +2578,7 @@ test_util_decompress_dos_impl(compress_method_t method)
 
  done:
   teardown_capture_of_logs();
+  tor_free(input);
   tor_free(result);
   tor_free(result2);
 }