aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2016-04-17 15:17:30 +0200
committerRenaud G <renaud@rolisteam.org>2016-04-17 15:17:30 +0200
commitee3cc6726675134a8522d00cfd9176b3a169b0cd (patch)
tree7f4608c63721496615ecbf51ff4f74db3a85e8e1
parent27ffd92867aef48d0e6fc17d6448587e2b6456d6 (diff)
downloadOneRoll-ee3cc6726675134a8522d00cfd9176b3a169b0cd.tar.gz
OneRoll-ee3cc6726675134a8522d00cfd9176b3a169b0cd.zip
prevent crash after using ifnode.
-rw-r--r--node/ifnode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/ifnode.cpp b/node/ifnode.cpp
index e25ad78..bf07776 100644
--- a/node/ifnode.cpp
+++ b/node/ifnode.cpp
@@ -28,7 +28,7 @@ IfNode::IfNode()
IfNode::~IfNode()
{
-
+ m_result=NULL;
}
void IfNode::run(ExecutionNode *previous)