]> git.mxchange.org Git - flightgear.git/commit
FGIO::shutdown_all() is called from the FGIO destructor so remove the extra
authorcurt <curt>
Wed, 29 Dec 2004 20:40:41 +0000 (20:40 +0000)
committercurt <curt>
Wed, 29 Dec 2004 20:40:41 +0000 (20:40 +0000)
commitca80161dcf233a23c1324c928bc2c31a1a407b94
tree2982eb841e485ff0bb8a0dcb98dde2c1e67a39a5
parent3ad6d87576f71ee1fa127a65a355f8d79f5e5fbd
FGIO::shutdown_all() is called from the FGIO destructor so remove the extra
explicit calls to shutdown_all() which was causing this to be called twice.
This could cause problems with some IO modules (such as attempting to close
an invalid file descriptor the second time.)
src/Main/fg_io.cxx
src/Main/util.cxx