This commit is contained in:
Valery Febvre 2004-08-04 22:00:12 +00:00
parent 72075be34d
commit 9c5d74fc74
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ Coding Style
``return(0);``
- Check for memory leaks.
I recommend valgrind utility with options:
I recommend valgrind (http://valgrind.kde.org) utility with options:
--leak-check=yes
--show-reachable=yes
--num-callers=32