mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
8 lines
293 B
Plaintext
8 lines
293 B
Plaintext
Invalid free() / delete / delete[] / realloc()
|
|
at 0x........: free (vg_replace_malloc.c:...)
|
|
by 0x........: main (doublefree.c:10)
|
|
Address 0x........ is 0 bytes inside a block of size 177 free'd
|
|
at 0x........: free (vg_replace_malloc.c:...)
|
|
by 0x........: main (doublefree.c:10)
|
|
|