plugins/zephyr/zephyr.c

changeset 1794
33dc9bab4716
parent 1764
d8c1affb29fe
child 1808
2804c3ce31f0
--- 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;

mercurial