diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-07 00:47:38 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-07 00:47:38 +0800 |
commit | e8a060122ccf08ff744449fb4629de905314cfc6 (patch) | |
tree | e5dae2aca8705e39841cbeb6ea31709c30db3356 /libempathy/empathy-contact-manager.c | |
parent | 8be297ec9215cd1b18842ca4c6a56f504f6e927e (diff) | |
download | gsoc2013-empathy-e8a060122ccf08ff744449fb4629de905314cfc6.tar gsoc2013-empathy-e8a060122ccf08ff744449fb4629de905314cfc6.tar.gz gsoc2013-empathy-e8a060122ccf08ff744449fb4629de905314cfc6.tar.bz2 gsoc2013-empathy-e8a060122ccf08ff744449fb4629de905314cfc6.tar.lz gsoc2013-empathy-e8a060122ccf08ff744449fb4629de905314cfc6.tar.xz gsoc2013-empathy-e8a060122ccf08ff744449fb4629de905314cfc6.tar.zst gsoc2013-empathy-e8a060122ccf08ff744449fb4629de905314cfc6.zip |
Remove an useless method from the header and remember to unref the
EmpathyContactMonitor in _finalize().
svn path=/trunk/; revision=2056
Diffstat (limited to 'libempathy/empathy-contact-manager.c')
-rw-r--r-- | libempathy/empathy-contact-manager.c | 1 |
1 files changed, 1 insertions, 0 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 |