summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLog.pre-2-106
-rw-r--r--ChangeLog.pre-2-46
-rw-r--r--ChangeLog.pre-2-66
-rw-r--r--ChangeLog.pre-2-86
-rw-r--r--gtk/gtkfontbutton.c2
6 files changed, 32 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 891132d917..1d867858a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jan 23 23:46:12 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkfontbutton.c (gtk_font_button_label_use_font): Don't leak the
+ font description. (#132168)
+
2004-01-23 Federico Mena Quintero <federico@ximian.com>
Fix #132247.
@@ -45,6 +50,7 @@ Thu Jan 22 18:45:26 2004 Owen Taylor <otaylor@redhat.com>
* NEWS: Organized, added some names.
+>>>>>>> 1.4833
Thu Jan 22 16:59:36 2004 Jonathan Blandford <jrb@gnome.org>
* gtk/gtkliststore.c (gtk_list_store_reorder): Doc fix.
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 891132d917..1d867858a4 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,8 @@
+Fri Jan 23 23:46:12 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkfontbutton.c (gtk_font_button_label_use_font): Don't leak the
+ font description. (#132168)
+
2004-01-23 Federico Mena Quintero <federico@ximian.com>
Fix #132247.
@@ -45,6 +50,7 @@ Thu Jan 22 18:45:26 2004 Owen Taylor <otaylor@redhat.com>
* NEWS: Organized, added some names.
+>>>>>>> 1.4833
Thu Jan 22 16:59:36 2004 Jonathan Blandford <jrb@gnome.org>
* gtk/gtkliststore.c (gtk_list_store_reorder): Doc fix.
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 891132d917..1d867858a4 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,8 @@
+Fri Jan 23 23:46:12 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkfontbutton.c (gtk_font_button_label_use_font): Don't leak the
+ font description. (#132168)
+
2004-01-23 Federico Mena Quintero <federico@ximian.com>
Fix #132247.
@@ -45,6 +50,7 @@ Thu Jan 22 18:45:26 2004 Owen Taylor <otaylor@redhat.com>
* NEWS: Organized, added some names.
+>>>>>>> 1.4833
Thu Jan 22 16:59:36 2004 Jonathan Blandford <jrb@gnome.org>
* gtk/gtkliststore.c (gtk_list_store_reorder): Doc fix.
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 891132d917..1d867858a4 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,8 @@
+Fri Jan 23 23:46:12 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkfontbutton.c (gtk_font_button_label_use_font): Don't leak the
+ font description. (#132168)
+
2004-01-23 Federico Mena Quintero <federico@ximian.com>
Fix #132247.
@@ -45,6 +50,7 @@ Thu Jan 22 18:45:26 2004 Owen Taylor <otaylor@redhat.com>
* NEWS: Organized, added some names.
+>>>>>>> 1.4833
Thu Jan 22 16:59:36 2004 Jonathan Blandford <jrb@gnome.org>
* gtk/gtkliststore.c (gtk_list_store_reorder): Doc fix.
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 891132d917..1d867858a4 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,8 @@
+Fri Jan 23 23:46:12 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkfontbutton.c (gtk_font_button_label_use_font): Don't leak the
+ font description. (#132168)
+
2004-01-23 Federico Mena Quintero <federico@ximian.com>
Fix #132247.
@@ -45,6 +50,7 @@ Thu Jan 22 18:45:26 2004 Owen Taylor <otaylor@redhat.com>
* NEWS: Organized, added some names.
+>>>>>>> 1.4833
Thu Jan 22 16:59:36 2004 Jonathan Blandford <jrb@gnome.org>
* gtk/gtkliststore.c (gtk_list_store_reorder): Doc fix.
diff --git a/gtk/gtkfontbutton.c b/gtk/gtkfontbutton.c
index 9a872a4231..53eb5cf5a9 100644
--- a/gtk/gtkfontbutton.c
+++ b/gtk/gtkfontbutton.c
@@ -836,6 +836,8 @@ gtk_font_button_label_use_font (GtkFontButton *font_button)
pango_font_description_unset_fields (desc, PANGO_FONT_MASK_SIZE);
gtk_widget_modify_font (font_button->priv->font_label, desc);
+
+ pango_font_description_free (desc);
}
static gboolean