summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
diff options
context:
space:
mode:
author4 <alexl@redhat.com>2001-01-24 08:25:41 +0000
committerAlexander Larsson <alexl@src.gnome.org>2001-01-24 08:25:41 +0000
commit9234d911464115dc1d4f3e9154a7452bef1eb8d6 (patch)
tree540c17a79f5a54d02f472c225142564969e64b01 /ChangeLog.pre-2-2
parent892cd3169156e9e7f469919e1d37f382ffc450d6 (diff)
downloadgdk-pixbuf-9234d911464115dc1d4f3e9154a7452bef1eb8d6.tar.gz
Splitted gtk_image_clear into gtk_image_clear() and gtk_image_reset().
2001-01-24 <alexl@redhat.com> * gtk/gtkimage.c: Splitted gtk_image_clear into gtk_image_clear() and gtk_image_reset(). Call gtk_image_clear() in ::destroy to avoid leaks. * gtk/gtklabel.c (set_markup): Don't leak text. * gtk/gtktextlayout.c: Always free display->shaped_objects. * gtk/testgtk.c (create_clist): Don't leak custom style.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r--ChangeLog.pre-2-216
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 44b5af546..79db30750 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,19 @@
+2001-01-24 <alexl@redhat.com>
+
+ * gtk/gtkimage.c:
+ Splitted gtk_image_clear into gtk_image_clear() and
+ gtk_image_reset(). Call gtk_image_clear() in ::destroy
+ to avoid leaks.
+
+ * gtk/gtklabel.c (set_markup):
+ Don't leak text.
+
+ * gtk/gtktextlayout.c:
+ Always free display->shaped_objects.
+
+ * gtk/testgtk.c (create_clist):
+ Don't leak custom style.
+
2001-01-23 <alexl@redhat.com>
* gtk/gtkcolorsel.c (grab_color_at_mouse):