Jelajahi Sumber

coverity findings: add missind intialization in STEPFile.

Kim Kulling 10 tahun lalu
induk
melakukan
1ea1f6dcfa
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      code/STEPFile.h

+ 1 - 0
code/STEPFile.h

@@ -863,6 +863,7 @@ namespace STEP {
             : reader(reader)
             , splitter(*reader,true,true)
             , evaluated_count()
+            , schema( NULL )
         {}
 
     public: