Bugzilla – Bug 792
Neither test.py nor waf --valgrind catch all kinds of memory leaks.
Last modified: 2010-01-19 10:59:35 UTC
Currently valgrind doesn't consider some leaks worth reporting as an error no matter how you try to convince it. We need to look into the valgrind output for ourselves to determine if any memory leak occurred and report an error.
Created attachment 726 [details] Patch to fail on memory leaks even if valgrind won't consider them errors. Patch to update test.py and wutils.py (for waf --valgrind) to call any memory leak an error.
Please commit and close the bug, thanks...
changeset: aa8364846523