mirror of https://gitee.com/bigwinds/arangodb
Fixed memleak
This commit is contained in:
parent
eae6394f22
commit
8c3283f8a0
|
@ -2045,6 +2045,7 @@ class ConditionFinder : public WalkerWorker<ExecutionNode> {
|
||||||
};
|
};
|
||||||
|
|
||||||
~ConditionFinder () {
|
~ConditionFinder () {
|
||||||
|
delete _condition;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool before (ExecutionNode* en) override final {
|
bool before (ExecutionNode* en) override final {
|
||||||
|
|
Loading…
Reference in New Issue