]> git.mxchange.org Git - flightgear.git/commit
Fix random crash on exit in atc_mgr
authorTorsten Dreyer <torsten@t3r.de>
Wed, 10 Jun 2015 10:04:47 +0000 (12:04 +0200)
committerTorsten Dreyer <torsten@t3r.de>
Wed, 10 Jun 2015 10:04:47 +0000 (12:04 +0200)
commitf7804800882a644e72423219796e5940f033d778
tree7c5b9d45c6023e32eca5c781d5cbb9dc665dd710
parent4b564b255579258a6ae853cdf9d537ac173d14bb
Fix random crash on exit in atc_mgr

make the ParkingAssignment a local object instead of
creating it on the heap as a member of the ATCManager
src/ATC/atc_mgr.cxx