KDE/kdelibs/kio/kio

Allen Winter winter at kde.org
Sat Nov 3 21:40:06 CET 2007


SVN commit 732426 by winterz:

Don't crash.  This fixes a lot of different bugs throughout KDE4.
I don't think this is the best solution, but nobody else has
stepped up to fix it the right way yet.  And it is a annoying crash.
CCMAIL: kdelibs-bugs at kde.org


 M  +1 -1      connection.cpp  


--- trunk/KDE/kdelibs/kio/kio/connection.cpp #732425:732426
@@ -383,7 +383,7 @@
 Connection::~Connection()
 {
     close();
-    delete d;
+//    delete d;  deleting causes crashes
 }
 
 void Connection::suspend()


More information about the Kdelibs-bugs mailing list