summaryrefslogtreecommitdiff
path: root/examples/cm/echo-message-parts/im-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cm/echo-message-parts/im-manager.c')
-rw-r--r--examples/cm/echo-message-parts/im-manager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/cm/echo-message-parts/im-manager.c b/examples/cm/echo-message-parts/im-manager.c
index 3fb550d8f..3887ca05e 100644
--- a/examples/cm/echo-message-parts/im-manager.c
+++ b/examples/cm/echo-message-parts/im-manager.c
@@ -161,7 +161,7 @@ example_echo_2_im_manager_close_all (ExampleEcho2ImManager *self)
GHashTable *tmp = self->priv->channels;
self->priv->channels = NULL;
- g_hash_table_destroy (tmp);
+ g_hash_table_unref (tmp);
}
if (self->priv->status_changed_id != 0)
@@ -280,7 +280,7 @@ example_echo_2_im_manager_type_foreach_channel_class (GType type,
func (type, table, allowed_properties, user_data);
- g_hash_table_destroy (table);
+ g_hash_table_unref (table);
}
static gboolean