Fix crash caused by exception in Python gizmo target get handler

This commit is contained in:
Campbell Barton 2022-01-14 10:16:02 +11:00 committed by Philipp Oeser
parent 71bc9d4760
commit 40c5786df3
Notes: blender-bot 2023-02-13 16:59:25 +01:00
Referenced by issue #93479, 3.0 Potential candidates for corrective releases
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ fail:
PyErr_Print();
PyErr_Clear();
Py_DECREF(ret);
Py_XDECREF(ret);
PyGILState_Release(gilstate);
}