We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4262b2 commit df48aa0Copy full SHA for df48aa0
clr_loader/mono.py
@@ -90,6 +90,7 @@ def initialize(path=None, gc=None):
90
91
92
def _release():
93
+ global _MONO, _ROOT_DOMAIN
94
if _ROOT_DOMAIN is not None and _MONO is not None:
95
_MONO.mono_jit_cleanup(_ROOT_DOMAIN)
96
_MONO = None
0 commit comments