Skip to content
Snippets Groups Projects
Commit 5ab557ad authored by Patrick Sharp's avatar Patrick Sharp Committed by GitHub
Browse files

Fixed dispose in KernelRunner.java

dispose() disposes of the jniContextHandle, however the seenBinaryKeys still reported that the handle is still available. This resulted in a kernel being unable to recompile after any of it's predecessors have been disposed. Clearing this set fixes this issue.
parent 6e882754
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment