summaryrefslogtreecommitdiff
path: root/bus
diff options
context:
space:
mode:
Diffstat (limited to 'bus')
-rw-r--r--bus/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bus/main.c b/bus/main.c
index 28223899..6e8859aa 100644
--- a/bus/main.c
+++ b/bus/main.c
@@ -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",