Fix un-initialized memory read.
This commit is contained in:
parent
15e52d4ae4
commit
f98af7eb35
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ FlightPlan::FlightPlan() :
|
|||
_sid(NULL),
|
||||
_star(NULL),
|
||||
_approach(NULL),
|
||||
_totalDistance(0.0),
|
||||
_delegate(NULL)
|
||||
{
|
||||
_departureChanged = _arrivalChanged = _waypointsChanged = _currentWaypointChanged = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue