Index: src/protocols/yahoo/yahoo.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/yahoo/yahoo.c,v retrieving revision 1.245 diff -u -p -u -r1.245 yahoo.c --- src/protocols/yahoo/yahoo.c 15 Jun 2004 06:16:23 -0000 1.245 +++ src/protocols/yahoo/yahoo.c 16 Jun 2004 01:39:37 -0000 @@ -711,6 +711,7 @@ static void yahoo_process_message(GaimCo { GSList *l = pkt->hash; GSList *list = NULL; + YahooFriend *f; struct _yahoo_im *im = NULL; if (pkt->status <= 1 || pkt->status == 5) { @@ -745,7 +746,6 @@ static void yahoo_process_message(GaimCo for (l = list; l; l = l->next) { char *m, *m2; im = l->data; - YahooFriend *f; if (!im->from || !im->msg) { g_free(im);