|
From: Sanjay K. (sanjaku5) <san...@ci...> - 2013-06-12 07:01:21
|
Hi,
I run my program using valgrind to detect the memory leaks
valgrind -v --tool=memcheck --leak-check=full ./binary -f conf.file
But it doesn't show leaks, even I create one leak of 10000 bytes in the code.
Any wild guess ??
Thanks,
Sanjay
|