]> git.lyx.org Git - features.git/commit
Fix crash reported by Pavel. Multiply included children would crash
authorRichard Heck <rgheck@comcast.net>
Thu, 17 Nov 2011 17:58:22 +0000 (17:58 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 17 Nov 2011 17:58:22 +0000 (17:58 +0000)
commita8d12fdd66491fe4bd30da359c53aab7f62a90f5
treefc84b0c00ed97b456be095fd0425b7dba0a0a81a
parent6e15590764f363e841c63848b3b803ec7cae1de2
Fix crash reported by Pavel. Multiply included children would crash
the destructor since we could, in some cases, end up deleting them
multiple times. So we need to keep a list of the Buffers we need to
delete, kind of like the BufferList.

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