Mercurial > pidgin.yaz
changeset 11573:e3e21a3b2975
[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 <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Wed, 28 Sep 2005 04:02:35 +0000 |
parents | 7be60d01519f |
children | a9c4e139645f |
files | src/protocols/msn/slp.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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); } /**************************************************************************