Diff between 0779dd9b3b8bf9edfed4f9c66740a606faedd377 and c4494591c9a0b48b496c0ee76686411556ebfd43
Changed Files
| File | Additions | Deletions | Status |
| gdbus/watch.c | +1 | -1 | modified |
Full Patch
diff --git a/gdbus/watch.c b/gdbus/watch.c
index fba58c3..9a716b0 100644
--- a/gdbus/watch.c
+++ b/gdbus/watch.c
@@ -666,7 +666,7 @@ guint g_dbus_add_service_watch(DBusConnection *connection, const char *name,
if (data == NULL)
return 0;
- cb = filter_data_add_callback(data, connect, disconnect, NULL, NULL,
+ cb = filter_data_add_callback(data, connect, disconnect, NULL, destroy,
user_data);
if (cb == NULL)
return 0;