mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
Fix crash on shutdown
This commit is contained in:
@@ -48,7 +48,7 @@ def _get_device(type, timeout):
|
||||
return device
|
||||
|
||||
def shutdown():
|
||||
get_device_manager()._manager.close()
|
||||
get_device_manager()._impl.close()
|
||||
|
||||
class TimeoutError(Exception):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user