]> git.mxchange.org Git - flightgear.git/commit
Move the atexit() handler over to bootstrap.cxx (which makes libMain.a behave like...
authorehofman <ehofman>
Tue, 24 Aug 2004 08:40:41 +0000 (08:40 +0000)
committerehofman <ehofman>
Tue, 24 Aug 2004 08:40:41 +0000 (08:40 +0000)
commit2a610d77e7e890914a8637ffafe92153c51e4177
treef2d2b28da2cf024019d8b414ba92669a05d04e03
parent83ca912de280a11c52a31b28b2744914e92133fb
Move the atexit() handler over to bootstrap.cxx (which makes libMain.a behave like a real library) and fix a segmentation fault when running 'fgfs -h'. The exit handler tried to change the (still uninitialized) mouse cursor causing a core dump.
src/Main/bootstrap.cxx
src/Main/main.cxx