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

List:       kde-commits
Subject:    branches/KDE/4.2/kdelibs/plasma/private
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2009-01-16 17:21:49
Message-ID: 1232126509.239418.31595.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 912083 by aseigo:

delete the config file first before the temp file so that it doesn't write itself out \
after the tempfile has been removed, avoiding spawning endless temp fil es.
CCBBUG:180966


 M  +4 -0      service_p.h  


--- branches/KDE/4.2/kdelibs/plasma/private/service_p.h #912082:912083
@@ -29,6 +29,8 @@
 
 #include <ktemporaryfile.h>
 
+#include "plasma/configloader.h"
+
 namespace Plasma
 {
 
@@ -74,8 +76,10 @@
           tempFile(0)
     {
     }
+
     ~ServicePrivate()
     {
+        delete config;
         delete tempFile;
     }
 


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

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