1
0
Fork 0

Avoid segfault on shutdown

Fixes double-delete of old ATC manager.
This commit is contained in:
ThorstenB 2011-11-14 20:38:50 +01:00
parent 93f9b471e6
commit 1e184bb0f4

View file

@ -52,6 +52,7 @@ FGATCMgr::FGATCMgr() :
}
FGATCMgr::~FGATCMgr() {
globals->set_ATC_mgr(NULL);
delete v1;
}