From ab5a4d4f0f2a25a3e9c3c4fa883f53f3ea3602d4 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Thu, 10 Jul 2008 11:53:57 +0000 Subject: [PATCH] reverting 25454 and fix http://bugzilla.lyx.org/show_bug.cgi?id=4758; again! git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25534 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiWorkArea.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontends/qt4/GuiWorkArea.cpp b/src/frontends/qt4/GuiWorkArea.cpp index e5f7673949..0b6659a77c 100644 --- a/src/frontends/qt4/GuiWorkArea.cpp +++ b/src/frontends/qt4/GuiWorkArea.cpp @@ -310,7 +310,6 @@ GuiWorkArea::~GuiWorkArea() buffer_view_->buffer().workAreaManager().remove(this); delete buffer_view_; delete cursor_; - delete completer_; }