https://bugzilla.novell.com/show_bug.cgi?id=445509 Summary: sffview-0.4-251.19: undefined C++ code Product: openSUSE 11.1 Version: Factory Platform: All OS/Version: openSUSE 11.0 Status: NEW Severity: Minor 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 sffview-0.4-251.19. and I noticed the following $ egrep "new |delete" ../BUILD/sffview-0.4/sffdoc.cpp | fgrep m_pBitmap m_pBitmap = new wxUint8[m_WidthInBytes*aHeight]; if (m_pBitmap) delete m_pBitmap; Suggest replace delete with delete [] m_pBitmap; m_pBitmap = NULL; -- 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.