mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-25 02:30:33 +01:00
bus_matchmaker_new: free matchmaker itself, on OOM
Origin: vendor, Maemo Bug: https://bugs.freedesktop.org/show_bug.cgi?id=33128 Bug-NB: NB#180486 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
parent
6520ecde58
commit
85cb8414ff
1 changed files with 1 additions and 0 deletions
|
|
@ -1102,6 +1102,7 @@ bus_matchmaker_new (void)
|
|||
else
|
||||
_dbus_hash_table_unref (p->rules_by_iface);
|
||||
}
|
||||
dbus_free (matchmaker);
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue