]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
update (r5380 from trunk)
authorNicholas Nethercote <njn@valgrind.org>
Mon, 19 Dec 2005 19:38:43 +0000 (19:38 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Mon, 19 Dec 2005 19:38:43 +0000 (19:38 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_1_BRANCH@5381

docs/xml/FAQ.xml

index dd486a683ef0f2801e9be81c8d837095ac91adbb..af1207998ac0fb5fde8a1ab2b3e4e801e26f329c 100644 (file)
@@ -410,7 +410,7 @@ valgrind-listener 12345
   functions, such as malloc(), with their own versions.  A key indicator of
   this is if Memcheck says:
 <programlisting>
-No malloc'd blocks -- no leaks are possible
+All heap blocks were freed -- no leaks are possible
 </programlisting>
 when you know your program calls malloc().  The workaround is to avoid
 statically linking your program.</para>