[Telepathy-commits] [telepathy-gabble/master] Fix leak detected by coverity
Alban Crequy
alban.crequy at collabora.co.uk
Tue Feb 10 01:21:39 PST 2009
---
src/jingle-transport-google.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/jingle-transport-google.c b/src/jingle-transport-google.c
index a376986..4e74206 100644
--- a/src/jingle-transport-google.c
+++ b/src/jingle-transport-google.c
@@ -475,6 +475,7 @@ transmit_candidates (GabbleJingleTransportGoogle *transport, GList *candidates)
}
_gabble_connection_send (priv->content->conn, msg, NULL);
+ lm_message_unref (msg);
}
/* Takes in a list of slice-allocated JingleCandidate structs */
--
1.5.6.5
More information about the telepathy-commits
mailing list