1
0
Fork 0

Fix an early destruction bug.

This commit is contained in:
Max Neunhoeffer 2014-08-27 22:10:18 +02:00
parent 5b20348d26
commit f279c40262
1 changed files with 2 additions and 2 deletions

View File

@ -689,7 +689,7 @@ class sortToIndexNode : public WalkerWorker<ExecutionNode> {
using ECN = triagens::aql::EnumerateCollectionNode;
ExecutionPlan* _plan;
Optimizer::PlanList _out;
Optimizer::PlanList& _out;
sortAnalysis* _sortNode;
public: