Bug 260926

Summary: patch to close memory leak when DialogSelectMaster dialogs are created
Product: [Applications] kmix Reporter: Felix Berger <bflat1>
Component: generalAssignee: Christian Esken <esken>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In: 4.6.3
Attachments: patch for memory leak

Description Felix Berger 2010-12-21 23:43:42 UTC
Created attachment 55145 [details]
patch for memory leak

Version:           unspecified (using KDE 4.5.1) 
OS:                Linux

The attached patch sets the widget attribute to delete the DialogSelectMaster dialog when it is closed.

Reproducible: Didn't try
Comment 1 Lamarque V. Souza 2011-04-04 04:24:16 UTC
SVN commit 1227025 by lvsouza:

Fix memory leak when DialogSelectMaster dialogs are closed.
Thanks Felix Berger for this patch.

BUG: 260926
FIXED-IN: 4.6.2


 M  +2 -1      apps/kmix.cpp  
 M  +1 -1      gui/kmixdockwidget.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1227025
Comment 2 Lamarque V. Souza 2011-04-04 04:27:58 UTC
SVN commit 1227026 by lvsouza:

Backporting r1227025 to 4.6. branch:
Fix memory leak when DialogSelectMaster dialogs are closed.
Thanks Felix Berger for this patch.

BUG: 260926
FIXED-IN: 4.6.2


 M  +2 -1      apps/kmix.cpp  
 M  +1 -1      gui/kmixdockwidget.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1227026