[Telepathy-commits] [telepathy-gabble/master] start_stream_initiation: add a FIXME

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Wed Dec 17 08:09:09 PST 2008


---
 src/tube-stream.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/tube-stream.c b/src/tube-stream.c
index e06df30..a1bb801 100644
--- a/src/tube-stream.c
+++ b/src/tube-stream.c
@@ -517,6 +517,9 @@ start_stream_initiation (GabbleTubeStream *self,
     data,
     error);
 
+  /* FIXME: data and one ref on data->transport are leaked if the tube is
+   * closed before we got the SI reply. */
+
   if (!result)
     {
       g_object_unref (data->transport);
-- 
1.5.6.5



More information about the Telepathy-commits mailing list