# HG changeset patch # User Eric Warmenhoven # Date 963185873 0 # Node ID f9bb7761c52bedf1b50218d639779639dc8d13fb # Parent 6a92cd7322cc6859bce3b778d1a5cefdf2c8ed3a [gaim-migrate @ 483] pluggin' tha leeks committer: Tailor Script diff -r 6a92cd7322cc -r f9bb7761c52b src/conversation.c --- a/src/conversation.c Sun Jul 09 23:19:21 2000 +0000 +++ b/src/conversation.c Sun Jul 09 23:37:53 2000 +0000 @@ -872,7 +872,6 @@ { char *buf = g_malloc(BUF_LONG); char *buf2 = g_malloc(BUF_LONG); - char *buf3; char *str; FILE *fd; char colour[10]; @@ -913,8 +912,6 @@ } else { - buf3 = g_malloc(BUF_LONG); - if (flags & WFLAG_WHISPER) { /* if we're whispering, it's not an autoresponse */ if (meify(what)) { @@ -952,6 +949,8 @@ else g_snprintf(buf, BUF_LONG, "%s", colour, str); + g_free(str); + gtk_html_freeze(GTK_HTML(c->text)); y = 0;