https://bugzilla.novell.com/show_bug.cgi?id=442924 Summary: albumshaper-2.1-220.5: 2 * call to wrong C++ delete Product: openSUSE 11.1 Version: Factory Platform: All OS/Version: openSUSE 11.0 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: dcb314@hotmail.com QAContact: qa@suse.de Found By: --- I just checked some of the source code in the Suse Linux factory package albumshaper-2.1-220.5 and I noticed the following $ fgrep fileIndices ./BUILD/albumshaper-2.1/src/backend/manipulations/mosaic.cpp |egrep "new|delete" int* fileIndices = new int[imageTiles.numInitialized]; int* fileIndicesUsed = new int[files.size()]; delete fileIndices; delete fileIndicesUsed; The last two lines are wrong. Suggest replace with delete [] fileIndices; delete [] fileIndicesUsed; -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.