]> git.mxchange.org Git - flightgear.git/commit
Tatsuhiro Nishioka:
authortorsten <torsten>
Fri, 4 Sep 2009 05:42:58 +0000 (05:42 +0000)
committerTim Moore <timoore@redhat.com>
Wed, 9 Sep 2009 06:56:31 +0000 (08:56 +0200)
commite98d7a1ea47aaa36a9cdd1fb4001f8e39842dcac
treeffdd2da17a150f71b1b2f878571e2c5eb1457302
parent8676c2bbd80b0a6025cd6379ceef0a841be7b71a
Tatsuhiro Nishioka:
FG crashes at exit at very high likelihood.
The cause of the crash is that some subsystems (input and gui) call get_subsystems() at their destructor.
This is very dangerous since SGSubSystemMgr::get_subsystem() can refer to already deleted subsystems.
src/Main/globals.cxx