1
0
Fork 0

Another initialization bug fixed.

This commit is contained in:
Max Neunhoeffer 2014-08-11 15:54:01 +02:00
parent 07b560cf68
commit 71b97f892f
1 changed files with 1 additions and 0 deletions

View File

@ -1481,6 +1481,7 @@ namespace triagens {
auto en = static_cast<CalculationNode const*>(getPlanNode());
std::unordered_set<Variable*> inVars = _expression->variables();
_inVars.clear();
_inRegs.clear();
for (auto it = inVars.begin(); it != inVars.end(); ++it) {