crach fix from CVS

This commit is contained in:
brad 2003-12-08 02:22:09 +00:00
parent ab806ce67d
commit 8f6709f330

View File

@ -0,0 +1,13 @@
$OpenBSD: patch-kdeui_klineedit_cpp,v 1.1 2003/12/08 02:22:09 brad Exp $
--- kdeui/klineedit.cpp.orig 2003-09-11 11:10:04.000000000 -0400
+++ kdeui/klineedit.cpp 2003-09-11 11:11:26.000000000 -0400
@@ -54,7 +54,8 @@ public:
}
~KLineEditPrivate()
{
- delete completionBox;
+// causes a weird crash in KWord at least, so let Qt delete it for us.
+// delete completionBox;
}
int squeezedEnd;