From a754ffbee482a7b8929947aa87dc088a708c4173 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Mon, 15 Aug 2005 04:40:57 +0000 Subject: [PATCH] fix line numbers git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4422 --- docs/xml/quick-start-guide.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/xml/quick-start-guide.xml b/docs/xml/quick-start-guide.xml index e4491690e..a743950f3 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.