[Bug 541744] New: qt3-3.3.8b-92.2: memory leak
http://bugzilla.novell.com/show_bug.cgi?id=541744 Summary: qt3-3.3.8b-92.2: memory leak Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: All OS/Version: openSUSE 11.1 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 had a look at factory package qt3-3.3.8b-92.2 For source code file qt-x11-free-3.3.8b/src/kernel/qprocess_unix.cpp around line 840, function QProcess::start is the following code QCString *envlistQ = new QCString[ numEntries + 1 ]; but I fail to notice a matching call to delete. This looks like a memory leak to me. Suggest add call to delete. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=541744 Stephan Binner <binner@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Other |KDE3 AssignedTo|bnc-team-screening@forge.pr |dmueller@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=541744 User dmueller@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=541744#c1 Dirk Mueller <dmueller@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #1 from Dirk Mueller <dmueller@novell.com> 2009-09-25 12:25:52 CEST --- no, this leak is intended, it is the environment for the new process. anyway, I will not spend time on qt3, as it is supposed to fade time. Thanks for your report! -- Configure bugmail: http://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