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;