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

docs/xml/FAQ.xml

index 7372c8589723806fb70ec8ebe35b11205caf14bd..915aedeffd6f559f24c181606f660be490e8dde3 100644 (file)
@@ -409,7 +409,7 @@ valgrind-listener 12345
     certain 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>