From ca721a8d051d585ef325612383da2c7903ac687d Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 30 Jun 2016 13:58:54 +0100 Subject: [PATCH] Added initializer --- src/osgPlugins/txp/trpage_scene.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osgPlugins/txp/trpage_scene.cpp b/src/osgPlugins/txp/trpage_scene.cpp index feed887c9..cdb6ff307 100644 --- a/src/osgPlugins/txp/trpage_scene.cpp +++ b/src/osgPlugins/txp/trpage_scene.cpp @@ -457,6 +457,7 @@ protected: trpgSceneGraphParser::trpgSceneGraphParser() { top = currTop = NULL; + gmap = NULL; // Register the readers AddCallback(TRPG_GEOMETRY,new trpgReadGeometryHelper(this));