From 28eb54eade5e8a9a53feab5d45cf21355fae1fb9 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Fri, 9 Jan 2009 16:12:51 +0000 Subject: Explicitly close file channels when removing them from the FT manager Signed-off-by: Sjoerd Simons svn path=/trunk/; revision=2141 --- src/empathy-ft-manager.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/empathy-ft-manager.c') diff --git a/src/empathy-ft-manager.c b/src/empathy-ft-manager.c index ee580b385..e84495079 100644 --- a/src/empathy-ft-manager.c +++ b/src/empathy-ft-manager.c @@ -436,6 +436,8 @@ ft_manager_remove_file_from_model (EmpathyFTManager *ft_manager, if (update_selection) gtk_tree_selection_select_iter (selection, &iter); + + empathy_tp_file_close (tp_file); } static gboolean -- cgit v1.2.3