|
From: <sv...@va...> - 2005-12-19 19:38:05
|
Author: njn
Date: 2005-12-19 19:38:02 +0000 (Mon, 19 Dec 2005)
New Revision: 5380
Log:
update
Modified:
trunk/docs/xml/FAQ.xml
Modified: trunk/docs/xml/FAQ.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/docs/xml/FAQ.xml 2005-12-19 19:35:13 UTC (rev 5379)
+++ trunk/docs/xml/FAQ.xml 2005-12-19 19:38:02 UTC (rev 5380)
@@ -409,7 +409,7 @@
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>
|