]> git.lyx.org Git - features.git/commit
New attempt to fix Pavel's crash, this modifies r40206.
authorRichard Heck <rgheck@comcast.net>
Sun, 20 Nov 2011 18:56:36 +0000 (18:56 +0000)
committerRichard Heck <rgheck@comcast.net>
Sun, 20 Nov 2011 18:56:36 +0000 (18:56 +0000)
commitbd826dae676b0f837de93c403dd1440c4c543f80
tree891f1b16af83a82cc2f30cc23361205f2b7e2fa7
parentb9eb3af385040eb876d6cdb43322d5e4e23c508b
New attempt to fix Pavel's crash, this modifies r40206.

The global list of cloned buffers was a bad idea. We don't have multiple
export threads, but we can have multiple autosave threads. So now we keep
more than one of these lists at the same time, and each cloned buffer has
a pointer to the relevant list. Note that this would make multiple export
possible, if we wanted to do that at some time.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40229 a592a061-630c-0410-9148-cb99ea01b6c8
src/Buffer.cpp
src/Buffer.h