# HG changeset patch # User Andreas Monitzer # Date 1184208823 0 # Node ID 42d9a1b56d085de05414bcf5c5174d17ab89527e # Parent 42939d215988d2b7d45276d89d1e6bb77a2f184a# Parent 7fd8bd8594fe43c37a34ce22503d6d90fd892a9b merge of '10372c98fc2831d20506d1c4e5b94ce39bbe8d1a' and 'c3ef8f0109348c89a01e00c3a7eb5d656f0cd448' diff -r 42939d215988 -r 42d9a1b56d08 libpurple/util.c --- a/libpurple/util.c Thu Jul 12 02:51:30 2007 +0000 +++ b/libpurple/util.c Thu Jul 12 02:53:43 2007 +0000 @@ -1732,11 +1732,10 @@ struct purple_parse_tag *pt = tag->data; if(!pt->ignore) g_string_append_printf(xhtml, "", pt->dest_tag); + } g_list_free(tags); - } + if(xhtml_out) *xhtml_out = g_strdup(xhtml->str); - if(xhtml_out) - *xhtml_out = g_string_free(xhtml, FALSE); if(plain_out) *plain_out = g_strdup(plain->str); g_string_free(xhtml, TRUE);