From 45d2e693ee73d04ad958a1911f42cf7fa97bd814 Mon Sep 17 00:00:00 2001 From: James Turner Date: Tue, 21 Aug 2012 18:12:25 +0100 Subject: [PATCH] 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. --- src/ATCDCL/ATC.cxx | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.5