Skip to content

Suppress some valgrind leak warnings

Michael Catanzaro requested to merge mcatanzaro/#2076 into master

There is more work to be done here, but this is a good step towards making valgrind's --leak-check=full usable for glib programs. Thanks to Philip Withnall for suggesting these solutions. I think this constitutes abuse of VALGRIND_MALLOCLIKE_BLOCK(), but it works.

Merge request reports

Loading