|
From: Nicholas N. <nj...@ca...> - 2003-06-10 07:28:12
|
On Mon, 9 Jun 2003, Sami Romdhani wrote: > Additionally I get much more errors with the cvs version of valgrind > than with the version 1.9.6: Now, I get many Mismatched free() / delete > / delete [] > > I tried to look in the doc what this error means, but couldn't find it. developer.kde.org/~sewardj/docs-1.9.5/mc_main.html#mc-top, section 3.3.4. > So I guess, it's because I used 'delete [] ptr' instead of 'delete ptr' > or vide-versa. But I couldn't find this in my code. So is this a > valgrind bug or my bug ? Without more information, it's impossible to know. N |