mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix leak in test_util.c
AddressSanitizer found a leak in test_util_decompress_dos_impl(). Fixes bug #23691.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user