fix dbus message refcount leak

This commit is contained in:
Nedko Arnaudov 2009-09-07 20:49:16 +03:00
parent 03629cd633
commit 75f9a08aa8
1 changed files with 1 additions and 0 deletions

View File

@ -381,6 +381,7 @@ dbus_call(
}
assert(dbus_message_iter_get_arg_type(&iter) == DBUS_TYPE_INVALID); /* we've checked the signature, this should not happen */
dbus_message_unref(reply_ptr);
}
else
{