• Rusty Russell's avatar
    ccanlint: report valgrind "definite" leaks. · 070a8e6a
    Rusty Russell authored
    This is complicated by valgrind's limited options, and our desire not to run
    valgrind twice (it's already the slowest part of the tests).
    
    Ideally I'd like a different error code for each kind of error.  I
    could parse and pretty-print the XML output, but instead I just parse
    the human-readable (which is fragile).
    
    070a8e6a
ccanlint.h 5.88 KB