v is already checked for NULL, so just DECREF it

This commit is contained in:
Neal Norwitz 2006-08-02 06:15:10 +00:00
parent c5e060dee6
commit c0328d17a5
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ static PyObject *mkspent(struct spwd *p)
#undef SETI
if (PyErr_Occurred()) {
Py_XDECREF(v);
Py_DECREF(v);
return NULL;
}