From: Nicholas Nethercote Date: Mon, 19 Dec 2005 19:38:43 +0000 (+0000) Subject: update (r5380 from trunk) X-Git-Tag: svn/VALGRIND_3_1_1~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef0368881065865955b9a7048bd039d46307f487;p=thirdparty%2Fvalgrind.git update (r5380 from trunk) git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_1_BRANCH@5381 --- diff --git a/docs/xml/FAQ.xml b/docs/xml/FAQ.xml index dd486a683e..af1207998a 100644 --- a/docs/xml/FAQ.xml +++ b/docs/xml/FAQ.xml @@ -410,7 +410,7 @@ valgrind-listener 12345 functions, such as malloc(), with their own versions. A key indicator of this is if Memcheck says: -No malloc'd blocks -- no leaks are possible +All heap blocks were freed -- no leaks are possible when you know your program calls malloc(). The workaround is to avoid statically linking your program.