diff src/protocols/napster/napster.c @ 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 3e43c132f151
children 50224ac8184d
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);
 }