# HG changeset patch # User John Bailey # Date 1276813418 0 # Node ID 490707649f29df7c985c653763af276fcc8767da # Parent 509c63006b1f4e4c7acbb388f1a50df948bff1a5# Parent c4cbe5f992cec48f364449e02a56ab045fcd2d5b merge of '17361f09097a5f1f0b18ee376798623ad992ef35' and '3f9a4a1940360f059c6e0ba16f841443e5b07da1' diff -r 509c63006b1f -r 490707649f29 libpurple/protocols/yahoo/libymsg.c --- a/libpurple/protocols/yahoo/libymsg.c Thu Jun 17 22:20:25 2010 +0000 +++ b/libpurple/protocols/yahoo/libymsg.c Thu Jun 17 22:23:38 2010 +0000 @@ -841,12 +841,12 @@ default: break; } - + if (*stat == '1') serv_got_typing(gc, fed_from, 0, PURPLE_TYPING); else serv_got_typing_stopped(gc, fed_from); - + if (fed_from != from) g_free(fed_from);