diff options
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-contact-manager.c | 1 | ||||
-rw-r--r-- | libempathy/empathy-contact-manager.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-contact-manager.c b/libempathy/empathy-contact-manager.c index c476d3523..315ea2c7a 100644 --- a/libempathy/empathy-contact-manager.c +++ b/libempathy/empathy-contact-manager.c @@ -186,6 +186,7 @@ contact_manager_finalize (GObject *object) object); g_hash_table_destroy (priv->lists); g_object_unref (priv->account_manager); + g_object_unref (priv->contact_monitor); } static void diff --git a/libempathy/empathy-contact-manager.h b/libempathy/empathy-contact-manager.h index 9ba77966c..aa2482dcb 100644 --- a/libempathy/empathy-contact-manager.h +++ b/libempathy/empathy-contact-manager.h @@ -58,7 +58,6 @@ EmpathyTpContactList * empathy_contact_manager_get_list (EmpathyContactManager * McAccount *account); gboolean empathy_contact_manager_can_add (EmpathyContactManager *manager, McAccount *account); -EmpathyContactMonitor *empathy_contact_manager_get_monitor (EmpathyContactManager *manager); G_END_DECLS |