Closed GeorgesStavracas closed 3 years ago
xdp_parent_free() was calling g_object_unref() at the 'data' field of _XdpParent, but the actual GObject field is 'object'.
Unref the correct field, 'object', instead of the 'data' field.
xdp_parent_free() was calling g_object_unref() at the 'data' field of _XdpParent, but the actual GObject field is 'object'.
Unref the correct field, 'object', instead of the 'data' field.