From: Abdelrazak Younes Date: Sat, 1 Dec 2007 09:51:45 +0000 (+0000) Subject: Fix copy&paste bug in rev 21883. X-Git-Tag: 1.6.10~7102 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ad30e45ab614a1459c0a9c67ff0289d3a9ff1ea4;p=lyx.git Fix copy&paste bug in rev 21883. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21895 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Buffer.cpp b/src/Buffer.cpp index d83b3a6514..c888112970 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -281,6 +281,8 @@ Buffer::~Buffer() // Remove any previewed LaTeX snippets associated with this buffer. graphics::Previews::get().removeLoader(*this); + + delete d; }