|
From: Brian A. <ba...@we...> - 2003-11-07 13:36:14
|
I have an apache 2 module which I suspect is leaking memory, but valgrind never reports it. To test this I included "valgrind/memcheck.h" and call VALGRIND_DO_LEAK_CHECK for every request in this module. Valgrind does a memory leak test, but doesn't seem to catch anything in this modules. Example: char *p; p = malloc(128); p = NULL; This never gets caught. Any suggestions. This is apache 2.0.48, threaded, Debian unstable, valgrind 20031012 Thanks -- Brian Akins <ba...@we...> CNN Internet Technologies |