diff plugins/zephyr/zephyr.c @ 1794:60b3fd819cce

[gaim-migrate @ 1804] hi committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 02 May 2001 03:59:42 +0000
parents 1e0613d9526b
children 6a89897c8658
line wrap: on
line diff
--- a/plugins/zephyr/zephyr.c	Wed May 02 00:10:38 2001 +0000
+++ b/plugins/zephyr/zephyr.c	Wed May 02 03:59:42 2001 +0000
@@ -354,6 +354,8 @@
 			chk = zephyr_normalize(b->name);
 			/* doesn't matter if this fails or not; we'll just move on to the next one */
 			ZRequestLocations(chk, &ald, UNACKED, ZAUTH);
+			free(ald.user);
+			free(ald.version);
 			m = m->next;
 		}
 		gr = gr->next;