Sauna-ATC-Training-Simulator / sauna-api

ATC Simulator REST API
GNU General Public License v3.0
0 stars 0 forks source link

Deleting Aircraft Causes Seg Faults and NullPointers. #32

Closed 997R8V10 closed 8 months ago

997R8V10 commented 9 months ago

In some situation, deleting an aircraft causes a segmentation fault to be thrown or a NullPointer which causes the API to crash.

Need to look at the Dispose() method in SimAircraft and make sure that it's cleaning everything up in the right order.

997R8V10 commented 8 months ago

I think this is fixed