]> git.lyx.org Git - features.git/commit
Fix bug #6685: Assertion when quitting LyX with a Reference List in the Advanced...
authorVincent van Ravesteijn <vfr@lyx.org>
Mon, 7 Jun 2010 22:12:22 +0000 (22:12 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Mon, 7 Jun 2010 22:12:22 +0000 (22:12 +0000)
commit2ebf8cdc6cb231a05126a998110a0add8d471ac8
tree992082ae8a301ee5513fd7cb1911fc3a4dfab400
parent068d87a71115c1f2552b431c5e00ec3dd13d6c58
Fix bug #6685: Assertion when quitting LyX with a Reference List in the Advanced Find Dialog

During the deletion of pimpl_, one don't want the assert LASSERT(singleton_) to fire in one of the the***() functions. In this case it is theBufferList(), which is needed by the dtor of BibItem?.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34623 a592a061-630c-0410-9148-cb99ea01b6c8
src/LyX.cpp