summaryrefslogtreecommitdiffstats
path: root/bus/services.c
diff options
context:
space:
mode:
Diffstat (limited to 'bus/services.c')
-rw-r--r--bus/services.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/bus/services.c b/bus/services.c
index 821cb4af..d3ab1e59 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
*/