mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-07 12:08:13 +02:00
Bug 12484 - Ensure initialized variable in dbus_connection_remove_filter
Signed-off-by: Colin Walters <walters@space-ghost.verbum.org>
This commit is contained in:
parent
ae24bb35e2
commit
ccfa8e5154
1 changed files with 1 additions and 0 deletions
|
|
@ -5368,6 +5368,7 @@ dbus_connection_remove_filter (DBusConnection *connection,
|
||||||
}
|
}
|
||||||
|
|
||||||
link = _dbus_list_get_prev_link (&connection->filter_list, link);
|
link = _dbus_list_get_prev_link (&connection->filter_list, link);
|
||||||
|
filter = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
CONNECTION_UNLOCK (connection);
|
CONNECTION_UNLOCK (connection);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue