Skip to content

Commit

Permalink
drop reference to index after closing it; related to #181
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorrit Poelen committed Jun 24, 2024
1 parent f2c026f commit 2ec29a6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ private boolean needsInit() {
public void shutdown() {
if (!needsInit()) {
nodes.getEngine().close();
nodes = null;
}

}
Expand Down

0 comments on commit 2ec29a6

Please sign in to comment.