From cf5bc61b43e41667a016a01666cbe6391a59cdfe Mon Sep 17 00:00:00 2001 From: Renaud G Date: Wed, 8 May 2019 17:11:14 +0200 Subject: set pointer to null --- booleancondition.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/booleancondition.h b/booleancondition.h index 16657d9..5b4f4b7 100644 --- a/booleancondition.h +++ b/booleancondition.h @@ -62,7 +62,7 @@ private: private: LogicOperator m_operator; - ExecutionNode* m_value; + ExecutionNode* m_value= nullptr; }; #endif // BOOLEANCONDITION_H -- cgit v1.2.3-70-g09d2