--- a/src/gtkimhtml.c Thu Jan 15 23:35:43 2004 +0000 +++ b/src/gtkimhtml.c Fri Jan 16 01:03:54 2004 +0000 @@ -1650,7 +1650,10 @@ "font-family: "); size = gtk_imhtml_get_css_opt (style, "font-size: "); - if (!(color || family || size)) break; + if (!(color || family || size)) { + g_free(style); + break; + } if (url) gtk_imhtml_insert_link(imhtml, url, ws);