empathy r1900 - trunk/libempathy



Author: xclaesse
Date: Fri Nov 21 16:24:21 2008
New Revision: 1900
URL: http://svn.gnome.org/viewvc/empathy?rev=1900&view=rev

Log:
Add a FIXME about the tp_file being leaked

Modified:
   trunk/libempathy/empathy-dispatcher.c

Modified: trunk/libempathy/empathy-dispatcher.c
==============================================================================
--- trunk/libempathy/empathy-dispatcher.c	(original)
+++ trunk/libempathy/empathy-dispatcher.c	Fri Nov 21 16:24:21 2008
@@ -957,6 +957,9 @@
 				 request->handle,
 				 NULL);
 
+	/* FIXME: tp_file is leaked, but we need to keep it alive until the data
+	 * transfer is done. This is not the object that is going to be used
+	 * for the ft manager. */
 	tp_file = empathy_tp_file_new (channel);
 	empathy_tp_file_offer (tp_file, request->gfile, NULL);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]