diff options
Diffstat (limited to 'libempathy-gtk/empathy-contact-search-dialog.c')
-rw-r--r-- | libempathy-gtk/empathy-contact-search-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-contact-search-dialog.c b/libempathy-gtk/empathy-contact-search-dialog.c index 1dfb942e2..174f0441d 100644 --- a/libempathy-gtk/empathy-contact-search-dialog.c +++ b/libempathy-gtk/empathy-contact-search-dialog.c @@ -120,7 +120,7 @@ on_searcher_reset (GObject *source_object, gtk_list_store_clear (priv->store); tp_contact_search_start (priv->searcher, search); - g_hash_table_destroy (search); + g_hash_table_unref (search); } static void |