changeset 10882:83e119608cb5

[gaim-migrate @ 12580] and for head too.. committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Thu, 28 Apr 2005 00:12:24 +0000
parents 6982a276095a
children b0fdadf463d4
files src/protocols/napster/napster.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/napster/napster.c	Wed Apr 27 15:27:36 2005 +0000
+++ b/src/protocols/napster/napster.c	Thu Apr 28 00:12:24 2005 +0000
@@ -544,6 +544,8 @@
 	if (!ndata)
 		return;
 
+	close(ndata->fd);
+
 	g_free(ndata->email);
 	g_free(ndata);
 }