summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-03-02 15:42:12 +0000
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-03-02 15:42:12 +0000
commit8000d05b26da199d68a5b27db33997ae6f8f2b40 (patch)
tree02913ee752abc8ba5bf074578d6168e3da9bb173
parent8e7c583889a050a24221aa2a4184e0f78a858141 (diff)
CallChannel: free the call details
-rw-r--r--telepathy-yell/call-channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-yell/call-channel.c b/telepathy-yell/call-channel.c
index a11def3..2983313 100644
--- a/telepathy-yell/call-channel.c
+++ b/telepathy-yell/call-channel.c
@@ -289,7 +289,7 @@ tpy_call_channel_dispose (GObject *obj)
TpyCallChannel *self = (TpyCallChannel *) obj;
tp_clear_pointer (&self->priv->contents, g_ptr_array_unref);
- self->priv->contents = NULL;
+ tp_clear_pointer (&self->priv->details, g_hash_table_unref);
tp_clear_object (&self->priv->result);