]> git.0d.be Git - empathy.git/commitdiff
Fix uninitialized use of a variable
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Sat, 4 Dec 2010 17:23:43 +0000 (17:23 +0000)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Sat, 4 Dec 2010 17:23:43 +0000 (17:23 +0000)
libempathy/empathy-chatroom-manager.c

index a4b95aadfc45252a04e0918ac8b773d76ce90da7..10b74d22a326dd3a4e90f7aacc2235a09fafdc3e 100644 (file)
@@ -486,7 +486,7 @@ account_manager_ready_cb (GObject *source_object,
   EmpathyChatroomManagerPriv *priv = GET_PRIV (self);
   TpAccountManager *manager = TP_ACCOUNT_MANAGER (source_object);
   GError *error = NULL;
-  GFile *file;
+  GFile *file = NULL;
 
   if (!tp_account_manager_prepare_finish (manager, result, &error))
     {