Update of /cvsroot/gaim/gaim/src
In directory usw-pr-cvs1:/tmp/cvs-serv6286
Modified Files:
gtkimhtml.c
Log Message:
this is why ben and i were getting the leak but not rob. rob doesn't ignore things.
Index: gtkimhtml.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/gtkimhtml.c,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- gtkimhtml.c 2001/10/26 22:58:17 1.62
+++ gtkimhtml.c 2001/10/26 23:07:08 1.63
@@ -2972,6 +2972,7 @@
}
if (!font || !(font->size || font->face || font->fore || font->back)) {
+ g_free (font);
intag = FALSE;
tpos = 0;
continue;
|