mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-18 00:30:40 +01:00
* missing semicolon
This commit is contained in:
parent
9a3145b9f3
commit
10b79991cc
1 changed files with 1 additions and 1 deletions
|
|
@ -492,7 +492,7 @@ process_config_every_time (BusContext *context,
|
|||
_dbus_string_free (&full_address);
|
||||
|
||||
if (addr)
|
||||
dbus_free (addr)
|
||||
dbus_free (addr);
|
||||
|
||||
return retval;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue