mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
Fix Cancellable.raise_if_cancelled()
This commit is contained in:
+1
-1
@@ -3320,7 +3320,7 @@ PyCancellable_raise_if_cancelled (PyCancellable * self)
|
||||
|
||||
g_cancellable_set_error_if_cancelled (PY_GOBJECT_HANDLE (self), &error);
|
||||
if (error != NULL)
|
||||
PyFrida_raise (error);
|
||||
return PyFrida_raise (error);
|
||||
|
||||
Py_RETURN_NONE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user