From ad30e45ab614a1459c0a9c67ff0289d3a9ff1ea4 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Sat, 1 Dec 2007 09:51:45 +0000 Subject: [PATCH] Fix copy&paste bug in rev 21883. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21895 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Buffer.cpp | 2 ++ 1 file changed, 2 insertions(+) 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; } -- 2.39.5