From kde-core-devel Wed Aug 30 16:24:52 2000 From: Carsten Pfeiffer Date: Wed, 30 Aug 2000 16:24:52 +0000 To: kde-core-devel Subject: korn patch X-MARC-Message: https://marc.info/?l=kde-core-devel&m=96765241332376 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--dDRMvlgZJXvWKvBx" --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Hi, korn crashes whenever you close the config-dialog after closing an account dialog. See 8409, 7338, 7752, 7052, 7275 etc. (which I just merged together). Does anyone care about korn? There are a lot of other bugreports about crashes. The "delete this" was in a slot (ugh) and those items are also stored in a QPtrDict with setAutoDelete( true ). Cheers, Carsten Pfeiffer -- http://www.geocities.com/SiliconValley/1632/ --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="korn.patch" ? korn.patch Index: dropdlg.cpp =================================================================== RCS file: /home/kde/kdenetwork/korn/dropdlg.cpp,v retrieving revision 1.4 diff -u -p -B -w -r1.4 dropdlg.cpp --- dropdlg.cpp 2000/07/11 00:27:13 1.4 +++ dropdlg.cpp 2000/08/30 16:17:42 @@ -65,7 +65,6 @@ void KDropCfgDialog::slotOkClicked() slotApplyClicked(); setResult(Ok); emit disassociate( this ); - delete this; } /* vim: set noexpandtab tabstop=8 softtabstop=0: */ #include "dropdlg.moc" --dDRMvlgZJXvWKvBx--