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

List:       kde-commits
Subject:    KDE/kdesdk/okteta/kasten/controllers/view/structures/datatypes
From:       Alexander Richardson <alex.richardson () gmx ! de>
Date:       2011-08-16 23:02:41
Message-ID: 20110816230241.B3F91AC876 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1247747 by arichardson:

fix big memory leak

 M  +1 -1      datainformationwithchildren.cpp  


--- trunk/KDE/kdesdk/okteta/kasten/controllers/view/structures/datatypes/datainformationwithchildren.cpp \
#1247746:1247747 @@ -94,7 +94,7 @@
 
 DataInformationWithChildren::~DataInformationWithChildren()
 {
-    //    qDeleteAll(mChildren); // no need since this is set to their parent
+    qDeleteAll(mChildren);
 }
 
 DataInformationWithChildren::DataInformationWithChildren(QString& name, \
DataInformation* parent) :


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

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