# HG changeset patch # User Mark Doliner # Date 1248997636 0 # Node ID a7e9a0a885e9b4081ed7f99449e334b885225466 # Parent 6d37c29df78a6ecdd9352942b3e606e2db60a8b1 Oh shit no it wasn't. I have no one to blame but fear itself. diff -r 6d37c29df78a -r a7e9a0a885e9 libpurple/protocols/yahoo/util.c --- a/libpurple/protocols/yahoo/util.c Thu Jul 30 23:45:45 2009 +0000 +++ b/libpurple/protocols/yahoo/util.c Thu Jul 30 23:47:16 2009 +0000 @@ -620,7 +620,7 @@ g_string_free(tmp, TRUE); } else { g_queue_push_tail(tags, tmp->str); - g_string_free(tmp, TRUE); + g_string_free(tmp, FALSE); } }