Skip to content

tests: Fix various memory leaks and valgrind / ASAN errors

Marco Trevisan requested to merge wip/3v1n0/leak-fixes into main

I've been trying to run the tests under valgrind and ASAN a bit more and I found some issues, especially under ASAN.

Some cases can't be fixed, some other can.

As said in the past I think it would be the case to add an asan CI job (could be even scheduled), since it's way more efficient and scientific than when it comes to leaks these days.

Merge request reports