Commit c0328d17 authored by Neal Norwitz's avatar Neal Norwitz

v is already checked for NULL, so just DECREF it

parent c5e060de
......@@ -91,7 +91,7 @@ static PyObject *mkspent(struct spwd *p)
#undef SETI
if (PyErr_Occurred()) {
Py_XDECREF(v);
Py_DECREF(v);
return NULL;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment