From 82fabc94f95aa27a14c40eeef266186231a55685 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 1 Jul 2016 08:08:39 +0100 Subject: [PATCH] Added initializer --- src/osgPlugins/txp/trpage_parse.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osgPlugins/txp/trpage_parse.cpp b/src/osgPlugins/txp/trpage_parse.cpp index b6eef402b..6b625ec03 100644 --- a/src/osgPlugins/txp/trpage_parse.cpp +++ b/src/osgPlugins/txp/trpage_parse.cpp @@ -40,6 +40,7 @@ trpgr_Token::trpgr_Token() { cb = NULL; destroy = true; + Token = 0; } trpgr_Token::~trpgr_Token() {