diff options
-rw-r--r-- | libempathy/empathy-account-manager.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libempathy/empathy-account-manager.c b/libempathy/empathy-account-manager.c index 45d906889..0bc0fe6f1 100644 --- a/libempathy/empathy-account-manager.c +++ b/libempathy/empathy-account-manager.c @@ -496,8 +496,7 @@ do_dispose (GObject *obj) priv->dispose_run = TRUE; - if (priv->create_results != NULL && - g_hash_table_size (priv->create_results) > 0) + if (priv->create_results != NULL) { /* the manager is being destroyed while there are account creation * processes pending; this should not happen, but emit the callbacks |