Blob Blame History Raw
--- telepathy-mission-control-5.14.0/src/mcd-account-manager-default.c.orig	2012-09-21 15:54:18.000000000 +0100
+++ telepathy-mission-control-5.14.0/src/mcd-account-manager-default.c	2013-01-24 13:14:15.916698209 +0000
@@ -335,14 +335,14 @@
                       "account", account,
                       "param", "password",
                       NULL);
+
+                  /* behave as if it had already been deleted, i.e. we never
+                   * actually found it... */
+                  param = NULL;
+                  value = NULL;
                 }
 
               gnome_keyring_found_list_free (empathy_items);
-
-              /* behave as if it had already been deleted, i.e. we never
-               * actually found it... */
-              param = NULL;
-              value = NULL;
             }
 
           if (param != NULL && value != NULL)