summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-glib/channel-manager.c')
-rw-r--r--telepathy-glib/channel-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/channel-manager.c b/telepathy-glib/channel-manager.c
index 507db93a8..d149aef74 100644
--- a/telepathy-glib/channel-manager.c
+++ b/telepathy-glib/channel-manager.c
@@ -397,7 +397,7 @@ tp_channel_manager_emit_new_channel (gpointer instance,
NULL, NULL);
g_hash_table_insert (channels, channel, request_tokens);
g_signal_emit (instance, signals[S_NEW_CHANNELS], 0, channels);
- g_hash_table_destroy (channels);
+ g_hash_table_unref (channels);
}