From kde-commits Wed Dec 10 11:39:04 2003 From: Frerich Raabe Date: Wed, 10 Dec 2003 11:39:04 +0000 To: kde-commits Subject: kdenetwork/kget X-MARC-Message: https://marc.info/?l=kde-commits&m=107105637926305 CVS commit by raabe: - Make valgrind happy M +0 -1 kmainwidget.cpp 1.96 M +2 -3 main.cpp 1.29 --- kdenetwork/kget/kmainwidget.cpp #1.95:1.96 @@ -718,5 +718,4 @@ void KMainWidget::slotQuit() #endif - delete this; kapp->quit(); } --- kdenetwork/kget/main.cpp #1.28:1.29 @@ -122,6 +122,5 @@ public: sDebugIn << endl; #endif - - + delete kmainwidget; #ifdef _DEBUG sDebugOut << endl;