changeset 4442:fd53864d880f

[gaim-migrate @ 4717] *grumbles* committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 28 Jan 2003 06:19:06 +0000
parents 474a0a88dd5e
children 00a22e2e8367
files src/list.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/list.c	Tue Jan 28 05:56:38 2003 +0000
+++ b/src/list.c	Tue Jan 28 06:19:06 2003 +0000
@@ -882,6 +882,7 @@
 		if(user) {
 			gaim_privacy_permit_add(user, blist_parser_buddy_name);
 		}
+		g_free(blist_parser_buddy_name);
 		blist_parser_current_tag = BLIST_TAG_ACCOUNT;
 	} else if(!strcmp(element_name, "block")) {
 		struct aim_user *user = find_user(blist_parser_account_name,
@@ -889,6 +890,7 @@
 		if(user) {
 			gaim_privacy_deny_add(user, blist_parser_buddy_name);
 		}
+		g_free(blist_parser_buddy_name);
 		blist_parser_current_tag = BLIST_TAG_ACCOUNT;
 	} else if(!strcmp(element_name, "ignore")) {
 		/* we'll apparently do something with this later */