aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-map-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-map-view.c')
-rw-r--r--src/empathy-map-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-map-view.c b/src/empathy-map-view.c
index 9e6cc6dee..72aab0b2c 100644
--- a/src/empathy-map-view.c
+++ b/src/empathy-map-view.c
@@ -412,7 +412,7 @@ empathy_map_view_finalize (GObject *object)
g_signal_handler_disconnect (priv->contact_list,
priv->members_changed_id);
- g_hash_table_destroy (priv->markers);
+ g_hash_table_unref (priv->markers);
g_object_unref (priv->contact_list);
g_object_unref (priv->layer);