|
From: Bill H. <bil...@ki...> - 2009-12-22 14:15:44
|
Bill Hoffman wrote: > If you have a program that uses fork and exec and the exec fails and you > call _exit, then valgrind reports all memory used as leaks. Here is a > simple test case: > > RTFM.... --child-silent-after-fork=yes seems to be the option I was missing. Sorry for the noise. -Bill |