summaryrefslogtreecommitdiff
path: root/telepathy-farstream
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2011-12-12 22:07:41 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2011-12-12 22:07:41 -0500
commit54f2caec8837d35fba22a1c27c08ad53d02906e7 (patch)
treef40635884a33e969b6b554b90a28befa926c97e2 /telepathy-farstream
parentf065c30685080fe0b5d3146c404303b95615d3bd (diff)
downloadtelepathy-farstream-54f2caec8837d35fba22a1c27c08ad53d02906e7.tar.gz
Keep ref to content proxy
Diffstat (limited to 'telepathy-farstream')
-rw-r--r--telepathy-farstream/call-content.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-farstream/call-content.c b/telepathy-farstream/call-content.c
index 649f662..8ea19e5 100644
--- a/telepathy-farstream/call-content.c
+++ b/telepathy-farstream/call-content.c
@@ -1475,7 +1475,7 @@ tf_call_content_new_async (TfCallChannel *call_channel,
self = g_object_new (TF_TYPE_CALL_CONTENT, NULL);
self->call_channel = call_channel;
- self->proxy = content_proxy;
+ self->proxy = g_object_ref (content_proxy);
g_async_initable_init_async (G_ASYNC_INITABLE (self), 0, NULL,
callback, user_data);