telepathy-gabble: Remove useless tp_handle_unref()
Xavier Claessens
xclaesse at kemper.freedesktop.org
Tue Sep 11 09:10:42 PDT 2012
Module: telepathy-gabble
Branch: master
Commit: 373713d8c9d5a0a2810e57b5f5033a6b9ac516f2
URL: http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=373713d8c9d5a0a2810e57b5f5033a6b9ac516f2
Author: Xavier Claessens <xavier.claessens at collabora.co.uk>
Date: Tue Sep 11 16:25:35 2012 +0200
Remove useless tp_handle_unref()
---
src/muc-channel.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/muc-channel.c b/src/muc-channel.c
index 3dff365..c93c262 100644
--- a/src/muc-channel.c
+++ b/src/muc-channel.c
@@ -2268,8 +2268,6 @@ tubes_presence_update (GabbleMucChannel *gmuc,
g_signal_emit (gmuc, signals[NEW_TUBE], 0, tube);
- /* the tube has reffed its initiator, no need to keep a ref */
- tp_handle_unref (contact_repo, initiator_handle);
g_hash_table_unref (parameters);
}
}
More information about the telepathy-commits
mailing list