LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   valgrind only output leaks? (https://www.linuxquestions.org/questions/linux-software-2/valgrind-only-output-leaks-593785/)

c0uchm0nster 10-22-2007 06:00 PM

valgrind only output leaks?
 
I'm trying to automate my build & test process for my c/c++ programs, part of which is running valgrind for a leak test.

I can't figure out how to have valgrind only output when it detects a possible/likely leak, instead of all the time. Right now I'm just grepping output looking for non-matching numbers in the malloc/free: lines.

Any help is greatly appreciated, thanks.


All times are GMT -5. The time now is 02:08 AM.