Skip to content

Commit 4760031

Browse files
Fix a typo.
1 parent 83a1e39 commit 4760031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_xxinterpchannelsmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2267,7 +2267,7 @@ _channelend_from_xid(_PyCrossInterpreterData *data)
22672267
}
22682268
PyTypeObject *cls = _get_current_channelend_type(cidobj->end);
22692269
if (cls == NULL) {
2270-
Py_DECREF(cid);
2270+
Py_DECREF(cidobj);
22712271
return NULL;
22722272
}
22732273
PyObject *obj = PyObject_CallOneArg((PyObject *)cls, (PyObject *)cidobj);

0 commit comments

Comments
 (0)