Mercurial > pidgin
changeset 7160:f6de82a25d5f
[gaim-migrate @ 7727]
I don't know when this started...
I think someone switched a function from returning allocated memory to
returning a static buffer and didn't tell oscar.c
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 05 Oct 2003 17:41:48 +0000 |
parents | 669af8c0801a |
children | 3471c3b1e85c |
files | src/protocols/oscar/oscar.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c Sun Oct 05 17:30:36 2003 +0000 +++ b/src/protocols/oscar/oscar.c Sun Oct 05 17:41:48 2003 +0000 @@ -3184,7 +3184,6 @@ final = gaim_str_sub_away_formatters(text->str, gaim_connection_get_display_name(gc)); g_string_free(text, TRUE); gaim_notify_formatted(gc, NULL, _("Buddy Information"), NULL, final, NULL, NULL); - g_free(final); return 1; } @@ -5429,7 +5428,6 @@ tmp = ret; ret = g_strconcat(tmp, _("<b>Away Message:</b> "), tmp1, "\n", NULL); free(tmp); - g_free(tmp1); g_free(away_utf8); } }