]> git.0d.be Git - empathy.git/commitdiff
initialize a GError pointer
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 19 May 2010 07:51:02 +0000 (09:51 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 19 May 2010 07:51:02 +0000 (09:51 +0200)
libempathy/empathy-dispatcher.c

index 2141b0b15201c682231e21891c0bcbec170217c9..e476fc671cb3bdbf5f3208f932c2906990596c02 100644 (file)
@@ -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);