s4/messaging/py: don't DECREF borrowed references
[bbaumbach/samba-autobuild/.git] / source4 / lib / messaging / pymessaging.c
index 39c09a8240324c5f4c73b08d1f340ed325df6416..e506d94f4742ecb2b5c6896842865f7ca24d19f5 100644 (file)
@@ -259,8 +259,6 @@ static PyObject *py_imessaging_deregister(PyObject *self, PyObject *args, PyObje
 
        imessaging_deregister(iface->msg_ctx, msg_type, callback);
 
-       Py_DECREF(callback);
-
        Py_RETURN_NONE;
 }