mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
modules: Use pa_assert_se() to check return value of dbus_message_iter_close_container()
CID 1140353 ... as it is done everythere else
This commit is contained in:
parent
a5dae93d9f
commit
9cc778123f
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ static void get_algorithm_parameters(DBusConnection *conn, DBusMessage *msg, voi
|
|||
pa_dbus_append_basic_array(&struct_iter, DBUS_TYPE_DOUBLE, control, u->n_control);
|
||||
pa_dbus_append_basic_array(&struct_iter, DBUS_TYPE_BOOLEAN, use_default, u->n_control);
|
||||
|
||||
dbus_message_iter_close_container(&msg_iter, &struct_iter);
|
||||
pa_assert_se(dbus_message_iter_close_container(&msg_iter, &struct_iter));
|
||||
|
||||
pa_assert_se(dbus_connection_send(conn, reply, NULL));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue