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.