X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bus%2Fservices.c;h=d3ab1e597443b60247c5a0f23e97055eed3a5e0f;hb=90ed1d84588a84697051e643175452c50d682ece;hp=821cb4afcea7ab4e45c729eb80028d0f18359a0b;hpb=17e82f5728d3fc8abd41c816b1c34c506339c7a7;p=platform%2Fupstream%2Fdbus.git diff --git a/bus/services.c b/bus/services.c index 821cb4a..d3ab1e5 100644 --- a/bus/services.c +++ b/bus/services.c @@ -128,6 +128,8 @@ bus_registry_ensure (BusRegistry *registry, const char *c_name; BusService *service; + _DBUS_ASSERT_ERROR_IS_CLEAR (error); + _dbus_assert (owner_if_created != NULL); _dbus_assert (transaction != NULL); @@ -260,6 +262,8 @@ bus_service_add_owner (BusService *service, BusTransaction *transaction, DBusError *error) { + _DBUS_ASSERT_ERROR_IS_CLEAR (error); + /* Send service acquired message first, OOM will result * in cancelling the transaction */ @@ -292,6 +296,8 @@ bus_service_remove_owner (BusService *service, BusTransaction *transaction, DBusError *error) { + _DBUS_ASSERT_ERROR_IS_CLEAR (error); + /* We send out notifications before we do any work we * might have to undo if the notification-sending failed */