|
From: <sv...@va...> - 2005-08-15 04:40:58
|
Author: njn Date: 2005-08-15 05:40:57 +0100 (Mon, 15 Aug 2005) New Revision: 4422 Log: fix line numbers Modified: trunk/docs/xml/quick-start-guide.xml Modified: trunk/docs/xml/quick-start-guide.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/quick-start-guide.xml 2005-08-15 04:37:34 UTC (rev 442= 1) +++ trunk/docs/xml/quick-start-guide.xml 2005-08-15 04:40:57 UTC (rev 442= 2) @@ -151,8 +151,8 @@ <programlisting> =3D=3D19182=3D=3D 40 bytes in 1 blocks are definitely lost in loss rec= ord 1 of 1 =3D=3D19182=3D=3D at 0x1B8FF5CD: malloc (vg_replace_malloc.c:130) - =3D=3D19182=3D=3D by 0x8048385: f (a.c:7) - =3D=3D19182=3D=3D by 0x80483AB: main (a.c:14) + =3D=3D19182=3D=3D by 0x8048385: f (a.c:5) + =3D=3D19182=3D=3D by 0x80483AB: main (a.c:11) </programlisting> =20 The stack trace tells you where the leaked memory was allocated. |