]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-chatroom-manager.c
Fix uninitialized use of a variable
[empathy.git] / 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))
     {