mirror of
https://git.kore.io/kore.git
synced 2024-11-18 16:08:29 +01:00
s/INCREF/DECREF
This commit is contained in:
parent
0cda9ecfb0
commit
4ae3d23c7e
@ -1162,7 +1162,7 @@ pysocket_op_dealloc(struct pysocket_op *op)
|
||||
kore_buf_cleanup(&op->data.buffer);
|
||||
|
||||
Py_DECREF(op->data.socket);
|
||||
Py_INCREF(op->data.coro->obj);
|
||||
Py_DECREF(op->data.coro->obj);
|
||||
|
||||
PyObject_Del((PyObject *)op);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user