From e9f89f7e28606ec098024e7df2c26c46c4ce5caf Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 2 Sep 2010 10:52:54 +0000 Subject: [PATCH] Updated expected output. The output changed because of r11320. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11321 --- memcheck/tests/custom_alloc.stderr.exp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/memcheck/tests/custom_alloc.stderr.exp b/memcheck/tests/custom_alloc.stderr.exp index 140f56ea93..b3c2b09a32 100644 --- a/memcheck/tests/custom_alloc.stderr.exp +++ b/memcheck/tests/custom_alloc.stderr.exp @@ -18,5 +18,7 @@ Mismatched free() / delete / delete [] Invalid read of size 4 at 0x........: main (custom_alloc.c:89) - Address 0x........ is not stack'd, malloc'd or (recently) free'd + Address 0x........ is 0 bytes inside a block of size 40 free'd + at 0x........: custom_free (custom_alloc.c:54) + by 0x........: main (custom_alloc.c:81) -- 2.47.2