comparison 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
comparison
equal deleted inserted replaced
1793:00c753b86710 1794:60b3fd819cce
352 struct buddy *b = m->data; 352 struct buddy *b = m->data;
353 char *chk; 353 char *chk;
354 chk = zephyr_normalize(b->name); 354 chk = zephyr_normalize(b->name);
355 /* doesn't matter if this fails or not; we'll just move on to the next one */ 355 /* doesn't matter if this fails or not; we'll just move on to the next one */
356 ZRequestLocations(chk, &ald, UNACKED, ZAUTH); 356 ZRequestLocations(chk, &ald, UNACKED, ZAUTH);
357 free(ald.user);
358 free(ald.version);
357 m = m->next; 359 m = m->next;
358 } 360 }
359 gr = gr->next; 361 gr = gr->next;
360 } 362 }
361 363