blob: 5f4f4d5ee31bae80792640357c5e81a68e6b9fca [file] [log] [blame]
njn25e49d8e72002-09-23 09:36:25 +00001
2Invalid free() / delete / delete[]
njn3e884182003-04-15 13:03:23 +00003 at 0x........: free (vg_replace_malloc.c:...)
njn25e49d8e72002-09-23 09:36:25 +00004 by 0x........: ddd (suppfree.c:7)
5 by 0x........: ccc (suppfree.c:12)
6 by 0x........: bbb (suppfree.c:17)
7 Address 0x........ is 0 bytes inside a block of size 10 free'd
njn3e884182003-04-15 13:03:23 +00008 at 0x........: free (vg_replace_malloc.c:...)
njn25e49d8e72002-09-23 09:36:25 +00009 by 0x........: ddd (suppfree.c:6)
10 by 0x........: ccc (suppfree.c:12)
11 by 0x........: bbb (suppfree.c:17)
12
13ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
14malloc/free: in use at exit: 0 bytes in 0 blocks.
15malloc/free: 1 allocs, 2 frees, 10 bytes allocated.
16For a detailed leak analysis, rerun with: --leak-check=yes
17For counts of detected errors, rerun with: -v