changeset 2622:733471f39ac9

[gaim-migrate @ 2635] this is why ben and i were getting the leak but not rob. rob doesn't ignore things. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 26 Oct 2001 23:07:08 +0000
parents f8b02cf4af94
children 66164831c228
files src/gtkimhtml.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;