diff options
author | Havoc Pennington <hp@redhat.com> | 2003-01-22 04:48:47 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2003-01-22 04:48:47 +0000 |
commit | c414488fe62605ebda5e875fc2db05c6b3dd199f (patch) | |
tree | db0ba840e73b30d3b804216c5c3fc333d2dee821 /bus | |
parent | d6d50a29945ded04a17b3f42a3a1074449250ec0 (diff) |
2003-01-22 Havoc Pennington <hp@pobox.com>
* dbus/dbus-connection.c
(dbus_connection_send_message_with_reply_and_block): add some @todo
* bus/driver.c (bus_driver_add_connection): add a FIXME about memleak
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 * |