diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-21 21:56:39 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-21 23:31:32 +0800 |
commit | 6d577ec2bc68b365aa0b02235d8b1d8d1aac297c (patch) | |
tree | 777b98061084f1d4454b58e362775f7826ab7702 /libempathy-gtk | |
parent | 23347330b2a4859f7e1af042d00d54ba1c4d5b15 (diff) | |
download | gsoc2013-empathy-6d577ec2bc68b365aa0b02235d8b1d8d1aac297c.tar gsoc2013-empathy-6d577ec2bc68b365aa0b02235d8b1d8d1aac297c.tar.gz gsoc2013-empathy-6d577ec2bc68b365aa0b02235d8b1d8d1aac297c.tar.bz2 gsoc2013-empathy-6d577ec2bc68b365aa0b02235d8b1d8d1aac297c.tar.lz gsoc2013-empathy-6d577ec2bc68b365aa0b02235d8b1d8d1aac297c.tar.xz gsoc2013-empathy-6d577ec2bc68b365aa0b02235d8b1d8d1aac297c.tar.zst gsoc2013-empathy-6d577ec2bc68b365aa0b02235d8b1d8d1aac297c.zip |
share-my-desktop: ownership of the request hash table is passed to empathy_dispatcher_create_channel
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-share-my-desktop.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-share-my-desktop.c b/libempathy-gtk/empathy-share-my-desktop.c index 879fc96f8..6456d4859 100644 --- a/libempathy-gtk/empathy-share-my-desktop.c +++ b/libempathy-gtk/empathy-share-my-desktop.c @@ -68,5 +68,4 @@ empathy_share_my_desktop_share_with_contact (EmpathyContact *contact) NULL, NULL); g_object_unref (dispatcher); - g_hash_table_unref (request); } |