Skip to content

Commit

Permalink
setting ctx to null after close
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Jul 26, 2019
1 parent 2eea770 commit 1d223b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/java/Context.java
Expand Up @@ -4133,5 +4133,6 @@ public void close()
synchronized (creation_lock) {
Native.delContext(m_ctx);
}
m_ctx = null;
}
}

0 comments on commit 1d223b0

Please sign in to comment.