Add safeguard

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25591 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-07-14 06:17:52 +00:00
parent f3f99c354c
commit 10c7f636a6

View File

@ -179,6 +179,7 @@ frontend::Application * theApp()
LyX::~LyX()
{
delete pimpl_;
singleton_ = 0;
}