1
0
Fork 0

Fix un-initialized memory read.

This commit is contained in:
James Turner 2014-01-17 17:17:47 +00:00
parent 15e52d4ae4
commit f98af7eb35

View file

@ -68,6 +68,7 @@ FlightPlan::FlightPlan() :
_sid(NULL),
_star(NULL),
_approach(NULL),
_totalDistance(0.0),
_delegate(NULL)
{
_departureChanged = _arrivalChanged = _waypointsChanged = _currentWaypointChanged = false;