Mercurial > pidgin.yaz
changeset 1486:b72a33d07ce8
[gaim-migrate @ 1496]
hola. my name is stupid.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Fri, 09 Feb 2001 01:53:32 +0000 |
parents | 5e00250ada1e |
children | 7bb7eca3fa14 |
files | src/conversation.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/conversation.c Thu Feb 08 23:01:09 2001 +0000 +++ b/src/conversation.c Fri Feb 09 01:53:32 2001 +0000 @@ -1215,7 +1215,7 @@ char *t1 = strip_html(what); c->history = g_string_append(c->history, t1); c->history = g_string_append(c->history, "\n"); - g_free(what); + g_free(t1); } else { c->history = g_string_append(c->history, what); c->history = g_string_append(c->history, "<BR>\n");