mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Fix double decref.
This commit is contained in:
parent
09fc075c1c
commit
2281da42b0
1 changed files with 0 additions and 1 deletions
|
|
@ -559,7 +559,6 @@ math_factorial(PyObject *self, PyObject *arg)
|
|||
|
||||
error:
|
||||
Py_DECREF(result);
|
||||
Py_XDECREF(iobj);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue