# HG changeset patch # User Daniel Atallah # Date 1127880155 0 # Node ID e3e21a3b29758fa1c93c37d1aec3bc720a945ba8 # Parent 7be60d01519f22fc13fd5db71f3e41b069bf84cd [gaim-migrate @ 13842] This closes the file handle when the file transfer is done. As far as I can tell, everything else still works correctly. committer: Tailor Script diff -r 7be60d01519f -r e3e21a3b2975 src/protocols/msn/slp.c --- a/src/protocols/msn/slp.c Tue Sep 27 14:26:11 2005 +0000 +++ b/src/protocols/msn/slp.c Wed Sep 28 04:02:35 2005 +0000 @@ -156,6 +156,7 @@ gsize size) { gaim_xfer_set_completed(slpcall->xfer, TRUE); + msn_slp_call_close(slpcall); } /**************************************************************************