[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdepim/kontact/plugins
From:       Laurent Montel <montel () kde ! org>
Date:       2010-08-11 12:05:10
Message-ID: 20100811120510.A793DAC84E () svn ! kde ! org
[Download RAW message or body]

SVN commit 1162109 by mlaurent:

Fix mem leak


 M  +2 -0      akregator/akregator_plugin.cpp  
 M  +2 -0      kjots/kjots_plugin.cpp  
 M  +2 -0      knode/knode_plugin.cpp  


--- trunk/KDE/kdepim/kontact/plugins/akregator/akregator_plugin.cpp #1162108:1162109
@@ -60,6 +60,8 @@
 
 AkregatorPlugin::~AkregatorPlugin()
 {
+  delete m_interface;
+  m_interface = 0; 
 }
 
 bool AkregatorPlugin::isRunningStandalone() const
--- trunk/KDE/kdepim/kontact/plugins/kjots/kjots_plugin.cpp #1162108:1162109
@@ -70,6 +70,8 @@
 
 KJotsPlugin::~KJotsPlugin()
 {
+  delete m_interface;
+  m_interface = 0;
 }
 
 bool KJotsPlugin::isRunningStandalone() const
--- trunk/KDE/kdepim/kontact/plugins/knode/knode_plugin.cpp #1162108:1162109
@@ -60,6 +60,8 @@
 
 KNodePlugin::~KNodePlugin()
 {
+  delete m_interface;
+  m_interface = 0;
 }
 
 bool KNodePlugin::createDBUSInterface( const QString &serviceType )
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic