[empathy/gnome-2-30] init GError so 'make check' will be happy (#621409)



commit 9783f0a3cf1449e2566de295b2ffa1ad17519fdc
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Tue Jun 15 13:17:09 2010 +0200

    init GError so 'make check' will be happy (#621409)

 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 c5908a8..f616a99 100644
--- a/libempathy/empathy-dispatcher.c
+++ b/libempathy/empathy-dispatcher.c
@@ -344,7 +344,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);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]