mirror of https://gitee.com/bigwinds/arangodb
Fix an early destruction bug.
This commit is contained in:
parent
5b20348d26
commit
f279c40262
|
@ -689,8 +689,8 @@ class sortToIndexNode : public WalkerWorker<ExecutionNode> {
|
|||
using ECN = triagens::aql::EnumerateCollectionNode;
|
||||
|
||||
ExecutionPlan* _plan;
|
||||
Optimizer::PlanList _out;
|
||||
sortAnalysis * _sortNode;
|
||||
Optimizer::PlanList& _out;
|
||||
sortAnalysis* _sortNode;
|
||||
|
||||
public:
|
||||
sortToIndexNode (ExecutionPlan* plan,
|
||||
|
|
Loading…
Reference in New Issue