]> git.lyx.org Git - features.git/commitdiff
Fix copy&paste bug in rev 21883.
authorAbdelrazak Younes <younes@lyx.org>
Sat, 1 Dec 2007 09:51:45 +0000 (09:51 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sat, 1 Dec 2007 09:51:45 +0000 (09:51 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21895 a592a061-630c-0410-9148-cb99ea01b6c8

src/Buffer.cpp

index d83b3a65149db7da908e546242e331f63d7f89d4..c888112970b88b49ca0d6556a967b189c30134d3 100644 (file)
@@ -281,6 +281,8 @@ Buffer::~Buffer()
 
        // Remove any previewed LaTeX snippets associated with this buffer.
        graphics::Previews::get().removeLoader(*this);
+
+       delete d;
 }