mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +00:00
v is already checked for NULL, so just DECREF it
This commit is contained in:
parent
c5e060dee6
commit
c0328d17a5
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ static PyObject *mkspent(struct spwd *p)
|
|||
#undef SETI
|
||||
|
||||
if (PyErr_Occurred()) {
|
||||
Py_XDECREF(v);
|
||||
Py_DECREF(v);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue