2 at 0x........: main (fprw.c:20)
3 Address 0x........ is 0 bytes inside a block of size 8 free'd
4 at 0x........: free (vg_replace_malloc.c:...)
5 by 0x........: main (fprw.c:18)
7 Invalid write of size 8
8 at 0x........: main (fprw.c:20)
9 Address 0x........ is 0 bytes inside a block of size 8 free'd
10 at 0x........: free (vg_replace_malloc.c:...)
11 by 0x........: main (fprw.c:18)
13 Invalid read of size 4
14 at 0x........: main (fprw.c:21)
15 Address 0x........ is 0 bytes inside a block of size 4 free'd
16 at 0x........: free (vg_replace_malloc.c:...)
17 by 0x........: main (fprw.c:19)
19 Invalid write of size 4
20 at 0x........: main (fprw.c:21)
21 Address 0x........ is 0 bytes inside a block of size 4 free'd
22 at 0x........: free (vg_replace_malloc.c:...)
23 by 0x........: main (fprw.c:19)
25 Invalid free() / delete / delete[] / realloc()
26 at 0x........: free (vg_replace_malloc.c:...)
27 by 0x........: main (fprw.c:22)
28 Address 0x........ is not stack'd, malloc'd or (recently) free'd
30 Invalid write of size 8
31 at 0x........: main (fprw.c:24)
32 Address 0x........ is 0 bytes inside a block of size 4 alloc'd
33 at 0x........: malloc (vg_replace_malloc.c:...)
34 by 0x........: main (fprw.c:23)