diff options
Diffstat (limited to 'libempathy/empathy-account-settings.c')
-rw-r--r-- | libempathy/empathy-account-settings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-account-settings.c b/libempathy/empathy-account-settings.c index 541a7e113..7db6b7a86 100644 --- a/libempathy/empathy-account-settings.c +++ b/libempathy/empathy-account-settings.c @@ -568,7 +568,7 @@ empathy_account_settings_check_readyness (EmpathyAccountSettings *self) if (tp_protocol == NULL) { - priv->manager = NULL; + tp_clear_object (&priv->manager); return; } |