mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-24 04:00:21 +01:00
bus: Free address (from --address) when we have finished using it
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=107320 Signed-off-by: Simon McVittie <smcv@collabora.com> Reviewed-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
2949a860da
commit
7ae750c4e8
1 changed files with 1 additions and 0 deletions
|
|
@ -693,6 +693,7 @@ main (int argc, char **argv)
|
|||
_dbus_string_get_length(&address) > 0 ? &address : NULL,
|
||||
&error);
|
||||
_dbus_string_free (&config_file);
|
||||
_dbus_string_free (&address);
|
||||
if (context == NULL)
|
||||
{
|
||||
_dbus_warn ("Failed to start message bus: %s",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue