https://bugzilla.novell.com/show_bug.cgi?id=445511 Summary: tulip-3.0.0-20.57: 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 tulip-3.0.0-20.57 and I noticed the following $ egrep "new |delete" ./BUILD/tulip-3.0.0/library/tulip-ogl/src/GlTextureManager.cpp | fgrep "texture->data" texture->data = new unsigned char[biSizeImage]; delete texture->data; texture->data = new unsigned char[texture->width * texture->height * 3]; texture->data = new unsigned char[linestride * texture->height]; Suggest replace the delete with delete [] texture->data; texture->data = 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.