]> git.lyx.org Git - lyx.git/commitdiff
Add safeguard
authorAbdelrazak Younes <younes@lyx.org>
Mon, 14 Jul 2008 06:17:52 +0000 (06:17 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Mon, 14 Jul 2008 06:17:52 +0000 (06:17 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25591 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyX.cpp

index 5ff73f64eaf9a7b92987944b6c9627c3377d7f03..2c6808d47befef666428ee09ca47acb6019416ad 100644 (file)
@@ -179,6 +179,7 @@ frontend::Application * theApp()
 LyX::~LyX()
 {
        delete pimpl_;
+       singleton_ = 0;
 }