Bugzilla – Bug 443743
kdiff3-0.9.92-236.24: call to wrong C++ delete
Last modified: 2008-11-11 13:00:47 UTC
I just checked some of the source code in the Suse Linux factory package kdiff3-0.9.92-236.24 and I noticed the following $ egrep "new|delete" ../BUILD/kdiff3-0.9.92/src/fileaccess.cpp | fgrepbuf char* buf=new char[size]; delete buf; The delete line look wrong. Suggest new code like delete [] buf; buf = NULL;
*** This bug has been marked as a duplicate of bug 442933 ***