]> git.mxchange.org Git - flightgear.git/commit
Clear GroundLightManager on exit to avoid segfault
authorRebecca N. Palmer <rebecca_palmer@zoho.com>
Thu, 12 Feb 2015 16:39:28 +0000 (16:39 +0000)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Thu, 12 Feb 2015 16:39:28 +0000 (16:39 +0000)
commit033957003f4be52ea554a4260b70f1f97440dca0
tree1530448dd6fca5838d0e4697914d9e7e66851676
parent84b240b84cad78a39f59b9cc8b926efb2e11b2fa
Clear GroundLightManager on exit to avoid segfault

While mostly harmless since you're exiting anyway, it's an annoying
distraction when the real problem is "unexpected exit" (e.g.
https://bugs.debian.org/763285 ), and blocks testing with LeakSanitizer
src/Main/main.cxx