diff options
author | Cosimo Alfarano <cosimo.alfarano@collabora.co.uk> | 2010-02-11 16:20:06 +0000 |
---|---|---|
committer | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2010-02-12 21:45:32 +1100 |
commit | 48f17f5d3950f130434eea9ade014a0fe396cdae (patch) | |
tree | 743a45d22f1937396e60d8d838f7f89bf6ba8f6d /src | |
parent | f4d15807d8479b84032d0cf6046ae7d4c7b2317b (diff) | |
download | telepathy-logger-48f17f5d3950f130434eea9ade014a0fe396cdae.tar.gz |
dbus-service: more fixes
Diffstat (limited to 'src')
-rw-r--r-- | src/telepathy-logger.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/telepathy-logger.c b/src/telepathy-logger.c index ef5a895..193abe1 100644 --- a/src/telepathy-logger.c +++ b/src/telepathy-logger.c @@ -93,9 +93,9 @@ log_handler (const gchar *log_domain, static void telepathy_logger_dbus_init (void) { - TplDBusService *dbus_srv; - DBusGConnection *bus; - TpDBusDaemon *tp_bus; + TplDBusService *dbus_srv = NULL; + DBusGConnection *bus = NULL; + TpDBusDaemon *tp_bus = NULL; GError *error = NULL; bus = tp_get_bus (); |