From fe45d91be46ad4c05bdecf162b720ee7502c3f30 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 19 May 2010 09:51:02 +0200 Subject: initialize a GError pointer --- libempathy/empathy-dispatcher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy') diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c index 2141b0b15..e476fc671 100644 --- a/libempathy/empathy-dispatcher.c +++ b/libempathy/empathy-dispatcher.c @@ -347,7 +347,7 @@ dispatcher_connection_invalidated_cb (TpConnection *connection, if (connection_data != NULL) { GList *l; - GError *error; + GError *error = NULL; error = g_error_new_literal (domain, code, message); -- cgit v1.2.3