Closed chameleon10712 closed 1 year ago
This is a false positive - basically not all of the memory was explicitly freed before exit, and ASAN on Linux reports those unless you set "ASAN_OPTIONS='leak_check_at_exit=false'" in the environment. There is no point freeing memory right before exit...
Description
I found memory leak in htmldoc.
Proof of Concept
poc
build with asan
Affected Version