]> git.mxchange.org Git - flightgear.git/commit
Fix crash on exit (cancel the osgDB pager)
authorJames Turner <zakalawe@mac.com>
Mon, 30 Dec 2013 15:23:01 +0000 (15:23 +0000)
committerJames Turner <zakalawe@mac.com>
Mon, 30 Dec 2013 15:24:15 +0000 (15:24 +0000)
commitb0db2a764f3b27b9a030b48b328db161b2218496
treec54388199c464a691e69c20a5fc63755062b43b2
parentfe61a98ca5b8058c6281750454a3e3c8a393dd6f
Fix crash on exit (cancel the osgDB pager)

- borrow some code from the new reset codepath to cleanly stop the
OSG pager thread during normal shutdown. Avoids a race-condition
destroying various structures the pager thread might be modifying.
src/Main/globals.cxx