Skip to content

Commit

Permalink
Fixed a leak, that may just be the cause of issue #94
Browse files Browse the repository at this point in the history
  • Loading branch information
CerielJacobs committed Jan 25, 2022
1 parent a5d207b commit 2e93bf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vlog/reasoner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -955,6 +955,7 @@ TupleIterator *Reasoner::getEDBIterator(Literal &query,
}
newTable->addRow(row);
}
delete itr;
ptable = std::shared_ptr<TupleTable>(newTable);
}
//Add sort by if requested
Expand Down

0 comments on commit 2e93bf2

Please sign in to comment.