Skip to content

Commit 05a62ef

Browse files
committedMay 10, 2021
Remove line in terminate.
1 parent 15e749d commit 05a62ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎jpype/_core.py

-2
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,6 @@ def _JTerminate():
347347
try:
348348
import jpype.config
349349
# We are exiting anyway so no need to free resources
350-
if _jpype.isStarted():
351-
_jpype.JPypeContext.freeResources = False
352350
if jpype.config.onexit:
353351
_jpype.shutdown(jpype.config.destroy_jvm, False)
354352
except RuntimeError:

0 commit comments

Comments
 (0)
Please sign in to comment.