From: James Turner Date: Tue, 21 Aug 2012 17:12:25 +0000 (+0100) Subject: Fix a crash encountered with ATC. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=45d2e693ee73d04ad958a1911f42cf7fa97bd814;p=flightgear.git Fix a crash encountered with ATC. This might need to be back-ported to 2.8 (to make a 2.8.1), unless it's been exposed by some of my other changes. Which I think is unlikely but not impossible. --- diff --git a/src/ATCDCL/ATC.cxx b/src/ATCDCL/ATC.cxx index 5e03ca383..6aae329c9 100644 --- a/src/ATCDCL/ATC.cxx +++ b/src/ATCDCL/ATC.cxx @@ -40,6 +40,7 @@ FGATC::FGATC() : range(0), _voice(true), _playing(false), + _vPtr(NULL), _sgr(NULL), _type(INVALID), _display(false)