[evolution-patches] Patch fix #35286 (2005-1-25)
- From: Mengjie Yu <Meng-Jie Yu Sun COM>
- To: Radek Doulik <rodo ximian com>
- Cc: evolution-patches <evolution-patches lists ximian com>
- Subject: [evolution-patches] Patch fix #35286 (2005-1-25)
- Date: Tue, 25 Jan 2005 19:20:07 +0800
hi,rodo
This is a patch fix #35286 which is very small.
patch is also available on the following URL:
http://bugzilla.ximian.com/show_bug.cgi?id=35286
Will you please review it?
Yours,
Mengjie
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/gtkhtml/src/ChangeLog,v
retrieving revision 1.2072
diff -u -p -r1.2072 ChangeLog
--- ChangeLog 24 Jan 2005 08:19:08 -0000 1.2072
+++ ChangeLog 25 Jan 2005 11:01:26 -0000
@@ -1,3 +1,9 @@
+2005-01-25 Mengjie Yu <meng-jie yu sun com>
+
+ Fixes #35286
+ * gtkhtml-properties.c: (gtk_html_class_properties_destroy):
+ free font_var_print and font_fix_print.
+
2005-01-24 Mengjie Yu <meng-jie yu sun com>
Fixes #70134
Index: gtkhtml-properties.c
===================================================================
RCS file: /cvs/gnome/gtkhtml/src/gtkhtml-properties.c,v
retrieving revision 1.98
diff -u -p -r1.98 gtkhtml-properties.c
--- gtkhtml-properties.c 19 Nov 2004 10:19:52 -0000 1.98
+++ gtkhtml-properties.c 25 Jan 2005 11:01:28 -0000
@@ -96,6 +96,8 @@ void
gtk_html_class_properties_destroy (GtkHTMLClassProperties *p)
{
g_free (p->language);
+ g_free (p->font_var_print);
+ g_free (p->font_fix_print);
g_free (p);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]