From 2867d821eef3cde22055669d2869ce399bb9bcdc Mon Sep 17 00:00:00 2001 From: Bo Peng Date: Fri, 22 Dec 2006 02:57:25 +0000 Subject: [PATCH] Fix "virtual function called" error, by Abdel git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16375 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/LyXView.C | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontends/LyXView.C b/src/frontends/LyXView.C index fee535079d..55214027fc 100644 --- a/src/frontends/LyXView.C +++ b/src/frontends/LyXView.C @@ -86,6 +86,7 @@ LyXView::LyXView(int id) LyXView::~LyXView() { + disconnectBuffer(); } -- 2.39.2