From 7847487346443801361896051915394124744408 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Mon, 22 Jul 2024 18:11:31 -0400 Subject: Release floating license in shutdown() --- python/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'python') 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() -- cgit v1.3.1