From: fredb Date: Sat, 10 Apr 2010 20:58:58 +0000 (+0000) Subject: Initialise v1 to avoid a segfault on exit X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=09f8ab61cf0a7760124813e30a3f8894cd56a149;p=flightgear.git Initialise v1 to avoid a segfault on exit --- 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) { }