# HG changeset patch # User Eric Warmenhoven # Date 1004137628 0 # Node ID 733471f39ac9cb6413f59cd889604eb850f6aa8c # Parent f8b02cf4af94c8095d35b540bf065d7759e3311a [gaim-migrate @ 2635] this is why ben and i were getting the leak but not rob. rob doesn't ignore things. committer: Tailor Script diff -r f8b02cf4af94 -r 733471f39ac9 src/gtkimhtml.c --- a/src/gtkimhtml.c Fri Oct 26 22:58:17 2001 +0000 +++ b/src/gtkimhtml.c Fri Oct 26 23:07:08 2001 +0000 @@ -2972,6 +2972,7 @@ } if (!font || !(font->size || font->face || font->fore || font->back)) { + g_free (font); intag = FALSE; tpos = 0; continue;