Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Jie Xiong committed Nov 2, 2016
1 parent 80fd5b3 commit 7a95697
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,6 @@ public LongArray getArray() {
public void reset() {
numKeys = 0;
numValues = 0;
longArray.zeroOut();
freeArray(longArray);
while (dataPages.size() > 0) {
MemoryBlock dataPage = dataPages.removeLast();
Expand Down

0 comments on commit 7a95697

Please sign in to comment.