Diff between a7d79c381201f39343b4d5e021c08b67a3abc82f and 7828b1d6fa9bca97af7b400613b96f26321dc244
Changed Files
| File | Additions | Deletions | Status |
| gdbus/object.c | +2 | -0 | modified |
Full Patch
diff --git a/gdbus/object.c b/gdbus/object.c
index 66431de..03d2252 100644
--- a/gdbus/object.c
+++ b/gdbus/object.c
@@ -646,6 +646,8 @@ static gboolean remove_interface(struct generic_data *data, const char *name)
if (iface == NULL)
return FALSE;
+ process_properties_from_interface(data, iface);
+
data->interfaces = g_slist_remove(data->interfaces, iface);
if (iface->destroy) {