aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/variablenode.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2018-10-16 18:44:46 +0200
committerRenaud G <renaud@rolisteam.org>2018-10-16 18:44:46 +0200
commit4b3134b843d4e211f9c93ee01178d431b5dce79f (patch)
tree8cd40ec30935cad653ff9d9cc07e9dbdb2e56ee8 /node/variablenode.h
parent49aca14b5d64b94c8db95ee9caffb90c00eab3fe (diff)
downloadOneRoll-4b3134b843d4e211f9c93ee01178d431b5dce79f.tar.gz
OneRoll-4b3134b843d4e211f9c93ee01178d431b5dce79f.zip
prevent crash
Diffstat (limited to 'node/variablenode.h')
-rw-r--r--node/variablenode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/variablenode.h b/node/variablenode.h
index 1df9acd..c74e7ff 100644
--- a/node/variablenode.h
+++ b/node/variablenode.h
@@ -27,7 +27,7 @@ public:
private:
quint64 m_index;
- std::vector<ExecutionNode*>* m_data;
+ std::vector<ExecutionNode*>* m_data = nullptr;
};
#endif // VARIABLENODE_H