# HG changeset patch # User Tim Ringenbach # Date 1086755665 0 # Node ID 9b138ebf9ca8938fafb99691b1822b4528a79e74 # Parent e67b8cd33c6c3b32d7d053b0c13c98a7ddcc28ed [gaim-migrate @ 10044] Timmy Yee noticed this bug and sent a patch. I wonder if there's any bugs in the tracker this closes. committer: Tailor Script diff -r e67b8cd33c6c -r 9b138ebf9ca8 COPYRIGHT --- a/COPYRIGHT Wed Jun 09 03:40:33 2004 +0000 +++ b/COPYRIGHT Wed Jun 09 04:34:25 2004 +0000 @@ -155,6 +155,7 @@ Matt Wilson Ximian Jared Yanovich +Timmy Yee Nickolai Zeldovich Marco Ziech Jaroen Zwartepoorte diff -r e67b8cd33c6c -r 9b138ebf9ca8 src/gtkimhtml.c --- a/src/gtkimhtml.c Wed Jun 09 03:40:33 2004 +0000 +++ b/src/gtkimhtml.c Wed Jun 09 04:34:25 2004 +0000 @@ -2054,11 +2054,12 @@ } if (font->sml) g_free (font->sml); - g_free (font); if ((font->size != 3) && (imhtml->format_functions & (GTK_IMHTML_GROW|GTK_IMHTML_SHRINK))) gtk_imhtml_font_set_size(imhtml, 3); + g_free(font); + fonts = fonts->next; if (fonts) { GtkIMHtmlFontDetail *font = fonts->data;