diff options
-rw-r--r-- | libempathy/empathy-dispatcher.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |