commit 4e6374c26b909027bd90ad722902205e5eaa13f4
parent fba30b8b26a787b2e671b7d05f72449afc5a026a
Author: Nick Mathewson <nickm@torproject.org>
Date: Thu, 28 Sep 2017 19:07:23 -0400
Merge remote-tracking branch 'catalyst-oniongit/bug23691'
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/test/test_util.c b/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);
}