Skip to content

Commit

Permalink
- better cleanup for shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
willcipriano committed Oct 28, 2021
1 parent a2f29fc commit 2abb785
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/allocator.c
Original file line number Diff line number Diff line change
Expand Up @@ -374,5 +374,8 @@ void index_shutdown() {
}
curRow += 1;
}

free(INDEX->rows);
free(INDEX);
}

0 comments on commit 2abb785

Please sign in to comment.