Fix for bug 589
authorScott Cantor <cantor.2@osu.edu>
Fri, 24 Nov 2006 19:52:41 +0000 (19:52 +0000)
committerScott Cantor <cantor.2@osu.edu>
Fri, 24 Nov 2006 19:52:41 +0000 (19:52 +0000)
xmltooling/XMLToolingConfig.h

index 4111fe0..25c8a29 100644 (file)
@@ -60,7 +60,7 @@ namespace xmltooling {
     {
         MAKE_NONCOPYABLE(XMLToolingConfig);
     protected:
-        XMLToolingConfig() : m_replayCache(NULL), clock_skew_secs(180) {}
+        XMLToolingConfig() : m_replayCache(NULL), m_templateEngine(NULL), clock_skew_secs(180) {}
         
         /** Global ReplayCache instance. */
         ReplayCache* m_replayCache;