mirror of https://github.com/Cisco-Talos/clamav
The memory allocated for certs_directory in the ClamAV engine is not free'd when the engine is free'd. This isn't readily apparent when using a mempool because the mempool itself is free'd and the issue is masked. Also: I found that the location in `cl_engine_free()` where we estimate the number of tasks incorrectly placed the fuzzy_hashmap free task in the block where we free the `test_root`, rather than up in the `engine->root` for-loop. Fixed.pull/1489/head
parent
41aa292e97
commit
0c9bccab31
Loading…
Reference in new issue