mirror of https://github.com/python/cpython
Fix double decref.
This commit is contained in:
parent
09fc075c1c
commit
2281da42b0
|
@ -559,7 +559,6 @@ math_factorial(PyObject *self, PyObject *arg)
|
|||
|
||||
error:
|
||||
Py_DECREF(result);
|
||||
Py_XDECREF(iobj);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue