1
0
Fork 0

Fixed memleak

This commit is contained in:
Michael Hackstein 2015-09-23 16:29:28 +02:00
parent eae6394f22
commit 8c3283f8a0
1 changed files with 1 additions and 0 deletions

View File

@ -2045,6 +2045,7 @@ class ConditionFinder : public WalkerWorker<ExecutionNode> {
};
~ConditionFinder () {
delete _condition;
}
bool before (ExecutionNode* en) override final {