Commit 2ae1b7e2 authored by Taylor Yu's avatar Taylor Yu
Browse files

Fix leak in test_util.c

AddressSanitizer found a leak in test_util_decompress_dos_impl().
Fixes bug #23691.
parent 3a073c46
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);
}