--- 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;