On Fri, Mar 13, 2009 at 01:00:26PM +0100, Bart Van Assche wrote:

> Letting an application deallocate all allocated resources before it
> exits makes it easier to analyze these applications with run-time
> analysis tools like Valgrind. Valgrind is able to perform memory leak
> checking and file descriptor leak detection.

This is about what to do on an error condition in the program, it
doesn't make much sense to do a leak detection analysis with valgrind
on error paths that result in process exit.

Jason
_______________________________________________
general mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to