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

List:       kde-commits
Subject:    KDE/kdelibs/kdeui/icons
From:       Dmitry Suzdalev <dimsuz () gmail ! com>
Date:       2007-07-20 12:05:49
Message-ID: 1184933149.581314.24471.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 690222 by dimsuz:

Do not leak d-pointer


 M  +1 -0      kiconcache.cpp  
 M  +1 -0      kpixmapcache.cpp  


--- trunk/KDE/kdelibs/kdeui/icons/kiconcache.cpp #690221:690222
@@ -54,6 +54,7 @@
 
 KIconCache::~KIconCache()
 {
+    delete d;
 }
 
 void KIconCache::deleteCache()
--- trunk/KDE/kdelibs/kdeui/icons/kpixmapcache.cpp #690221:690222
@@ -249,6 +249,7 @@
 
 KPixmapCache::~KPixmapCache()
 {
+    delete d;
 }
 
 void KPixmapCache::init()
[prev in list] [next in list] [prev in thread] [next in thread] 

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