diff --git a/legacy/edbus/src/lib/edbus_service.c b/legacy/edbus/src/lib/edbus_service.c index 45883bcda1..b39d1b9076 100644 --- a/legacy/edbus/src/lib/edbus_service.c +++ b/legacy/edbus/src/lib/edbus_service.c @@ -1458,5 +1458,8 @@ edbus_service_object_manager_detach(EDBus_Service_Interface *iface) ret = eina_hash_del(obj->interfaces, objmanager->name, NULL); obj->has_objectmanager = EINA_FALSE; obj->introspection_dirty = EINA_TRUE; + //properties + introspectable + if (eina_hash_population(iface->obj->interfaces) < 3) + edbus_service_object_unregister(iface); return ret; }