From 09f8ab61cf0a7760124813e30a3f8894cd56a149 Mon Sep 17 00:00:00 2001 From: fredb Date: Sat, 10 Apr 2010 20:58:58 +0000 Subject: [PATCH] Initialise v1 to avoid a segfault on exit --- src/ATCDCL/ATCmgr.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ATCDCL/ATCmgr.cxx b/src/ATCDCL/ATCmgr.cxx index 3ca5d16db..19053adef 100644 --- a/src/ATCDCL/ATCmgr.cxx +++ b/src/ATCDCL/ATCmgr.cxx @@ -65,7 +65,8 @@ FGATCMgr::FGATCMgr() : #else voice(false), #endif - last_in_range(false) + last_in_range(false), + v1(0) { }