mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
Physically removing an aircraft which was not yet rendered or known is undefined behavior. In this particular case, adding an aircraft the first time caused its model to be updated, which called slot ISimulator::changeRemoteAircraftModel, trying to remove an aircraft which was not yet added and adding it again. This ends up in an endless loop.