# HG changeset patch # User Nathan Walp # Date 1098158242 0 # Node ID 1d3c9da4929f47206b8abd6565ac719e11e4a265 # Parent bde7418a2573b3341632bb49ac04d6407a0ea7a6 [gaim-migrate @ 11159] someone who knows something about napster (and cares) should maybe see if this is right. it looks like an easy way to cause a crash right now committer: Tailor Script diff -r bde7418a2573 -r 1d3c9da4929f src/protocols/napster/napster.c --- a/src/protocols/napster/napster.c Tue Oct 19 02:00:12 2004 +0000 +++ b/src/protocols/napster/napster.c Tue Oct 19 03:57:22 2004 +0000 @@ -289,7 +289,9 @@ break; case 202: /* MSG_SERVER_SEARCH_END */ + res = g_strsplit(buf, " ", 0); gaim_prpl_got_user_status(account, res[0], "offline", NULL); + g_strfreev(res); break; case 205: /* MSG_CLIENT_PRIVMSG */