* missing semicolon

This commit is contained in:
John (J5) Palmieri 2006-08-08 23:30:39 +00:00
parent 9a3145b9f3
commit 10b79991cc

View file

@ -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;
}