coverity findings: add missind intialization in STEPFile.
authorKim Kulling <kim.kulling@googlemail.com>
Wed, 30 Dec 2015 19:02:35 +0000 (20:02 +0100)
committerKim Kulling <kim.kulling@googlemail.com>
Wed, 30 Dec 2015 19:02:35 +0000 (20:02 +0100)
code/STEPFile.h

index ae7df67..d707fed 100644 (file)
@@ -863,6 +863,7 @@ namespace STEP {
             : reader(reader)
             , splitter(*reader,true,true)
             , evaluated_count()
+            , schema( NULL )
         {}
 
     public: