diff src/blist.c @ 8200:82627be0f420

[gaim-migrate @ 8923] plug an ugly memory leak committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 02 Feb 2004 16:52:50 +0000
parents 22b3974dc1af
children 4f9f68ab8770
line wrap: on
line diff
--- a/src/blist.c	Sun Feb 01 05:02:13 2004 +0000
+++ b/src/blist.c	Mon Feb 02 16:52:50 2004 +0000
@@ -2170,6 +2170,7 @@
 	gaim_debug(GAIM_DEBUG_INFO, "blist import", "Finished reading %s\n",
 			   filename);
 
+	xmlnode_free(gaim);
 	return TRUE;
 }