[Bug 445511] New: tulip-3.0.0-20.57: undefined C++ code
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.
https://bugzilla.novell.com/show_bug.cgi?id=445511 Andreas Jaeger <aj@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |kkaempf@novell.com -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=445511 User kkaempf@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=445511#c1 Klaus Kämpf <kkaempf@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Klaus Kämpf <kkaempf@novell.com> 2009-01-08 06:12:24 MST --- Submitted as bug id 2493836 upstream (https://sourceforge.net/tracker/index.php?func=detail&aid=2493836&group_id=61223&atid=496518) Fixed in next package update (tulip-3.1.0) -- 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.
participants (1)
-
bugzilla_noreply@novell.com