]> git.mxchange.org Git - flightgear.git/commit
FGIO::shutdown_all() is called from the FGIO destructor so we don't want
authorcurt <curt>
Wed, 29 Dec 2004 20:38:17 +0000 (20:38 +0000)
committercurt <curt>
Wed, 29 Dec 2004 20:38:17 +0000 (20:38 +0000)
commit3ad6d87576f71ee1fa127a65a355f8d79f5e5fbd
tree6a5e00ba0505e66cc040aeaefcd32964214b6c4e
parent982c9e20be43a7a2a6363a91e9c0c1399d2af9ad
FGIO::shutdown_all() is called from the FGIO destructor so we don't want
a seperate explicite call or the io channels will be forced to try to shutdown
twice which could cause problems for some IO modules (i.e. attempting to
close an invalid file descriptor the second time ...)
src/GUI/gui_funcs.cxx