# HG changeset patch # User Mark Doliner # Date 1091585816 0 # Node ID 0a82c4662c0d0d61cebd87d694c010210667330b # Parent 0b570eec4eca292261208210ee26fd6002ab2e40 [gaim-migrate @ 10507] Minor cleanup... committer: Tailor Script diff -r 0b570eec4eca -r 0a82c4662c0d src/protocols/oscar/oscar.c --- a/src/protocols/oscar/oscar.c Wed Aug 04 01:57:55 2004 +0000 +++ b/src/protocols/oscar/oscar.c Wed Aug 04 02:16:56 2004 +0000 @@ -6463,9 +6463,6 @@ g_free(charset); if (away_utf8 != NULL) { gchar *tmp1, *tmp2; - /* tmp1 = gaim_strcasereplace(away_utf8, "
", "\n"); This replacement is handled in strip_html. - * g_free(away_utf8); - */ tmp2 = gaim_markup_strip_html(away_utf8); g_free(away_utf8); tmp1 = gaim_escape_html(tmp2); @@ -6473,7 +6470,6 @@ tmp2 = gaim_str_sub_away_formatters(tmp1, gaim_account_get_username(gaim_connection_get_account(gc))); g_free(tmp1); g_string_append_printf(str, "\n%s: %s", _("Away Message"), tmp2); - g_free(tmp2); } }