projects
/
platform
/
upstream
/
assimp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1818d8
)
coverity findings: add missind intialization in STEPFile.
author
Kim Kulling
<kim.kulling@googlemail.com>
Wed, 30 Dec 2015 19:02:35 +0000
(20:02 +0100)
committer
Kim Kulling
<kim.kulling@googlemail.com>
Wed, 30 Dec 2015 19:02:35 +0000
(20:02 +0100)
code/STEPFile.h
patch
|
blob
|
history
diff --git
a/code/STEPFile.h
b/code/STEPFile.h
index
ae7df67
..
d707fed
100644
(file)
--- a/
code/STEPFile.h
+++ b/
code/STEPFile.h
@@
-863,6
+863,7
@@
namespace STEP {
: reader(reader)
, splitter(*reader,true,true)
, evaluated_count()
+ , schema( NULL )
{}
public: