mirror of
https://github.com/python/cpython.git
synced 2025-11-27 13:45:25 +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:
|
error:
|
||||||
Py_DECREF(result);
|
Py_DECREF(result);
|
||||||
Py_XDECREF(iobj);
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue