summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/__init__.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/__init__.py b/python/__init__.py
index 3104e14a..1293561d 100644
--- a/python/__init__.py
+++ b/python/__init__.py
@@ -99,6 +99,11 @@ def shutdown():
.. note:: This will be called automatically on script exit if you import the binaryninja module.
"""
+
+ # Release license if we have one
+ global _enterprise_license_checkout
+ _enterprise_license_checkout = None
+
core.BNShutdown()