From: Nicholas Nethercote Date: Mon, 15 Aug 2005 04:40:57 +0000 (+0000) Subject: fix line numbers X-Git-Tag: svn/VALGRIND_3_1_0~596 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a754ffbee482a7b8929947aa87dc088a708c4173;p=thirdparty%2Fvalgrind.git fix line numbers git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4422 --- diff --git a/docs/xml/quick-start-guide.xml b/docs/xml/quick-start-guide.xml index e4491690e3..a743950f33 100644 --- a/docs/xml/quick-start-guide.xml +++ b/docs/xml/quick-start-guide.xml @@ -151,8 +151,8 @@ errors can be caused by earlier errors. ==19182== 40 bytes in 1 blocks are definitely lost in loss record 1 of 1 ==19182== at 0x1B8FF5CD: malloc (vg_replace_malloc.c:130) - ==19182== by 0x8048385: f (a.c:7) - ==19182== by 0x80483AB: main (a.c:14) + ==19182== by 0x8048385: f (a.c:5) + ==19182== by 0x80483AB: main (a.c:11) The stack trace tells you where the leaked memory was allocated.