Bugzilla – Bug 445430
python-kde3-3.16.0-192.22: undefined C++ code
Last modified: 2008-11-15 18:15:15 UTC
I just checked some of the source code in the Suse Linux factory package python-kde3-3.16.0-192.22 and I noticed the following $ egrep "new|delete" ../BUILD/PyKDE-3.16.0/kdecore/sipkdecoreKCmdLineArgs.cpp | fgrep opts opts = new KCmdLineOptions [n + 1]; delete opts; Suggest replace delete with delete [] opts; opts = NULL;
*** This bug has been marked as a duplicate of bug 442933 ***