Generally you can't tell that a memory allocation is a leak until the process stops. In C/C++ the program can still access a memory region even if there are no pointers to it, so an allocated memory chunk can be freed at any time.
HTH, Alex ------------------------------------------------------------------------------ _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
