diff options
Diffstat (limited to 'bus')
-rw-r--r-- | bus/driver.c | 4 | ||||
-rw-r--r-- | bus/driver.h | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/bus/driver.c b/bus/driver.c index eda09af4..41c98c96 100644 --- a/bus/driver.c +++ b/bus/driver.c @@ -1,5 +1,5 @@ /* -*- mode: C; c-file-style: "gnu" -*- */ -/* bus.c Bus client (driver) +/* driver.c Bus client (driver) * * Copyright (C) 2003 CodeFactory AB * @@ -225,6 +225,8 @@ bus_driver_add_connection (DBusConnection *connection) return FALSE; } + /* FIXME we are leaking the DBusMessageHandler */ + _dbus_verbose ("D-Bus driver on board...\n"); return TRUE; diff --git a/bus/driver.h b/bus/driver.h index 3667aac8..ea5638c3 100644 --- a/bus/driver.h +++ b/bus/driver.h @@ -1,5 +1,5 @@ /* -*- mode: C; c-file-style: "gnu" -*- */ -/* bus.h Bus client (driver) +/* driver.h Bus client (driver) * * Copyright (C) 2003 CodeFactory AB * |