summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-0
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>2001-06-23 20:26:10 +0000
committerTim Janik <timj@src.gnome.org>2001-06-23 20:26:10 +0000
commit92e87e40a7525cd84579865bf7404a84bde93115 (patch)
tree073f4c5ff9824f8a7d7448d736f6c27ef2a147d5 /ChangeLog.pre-2-0
parentb09d194d3c527d12e8ebcb9d2bcad57a5848ca16 (diff)
downloadgtk+-92e87e40a7525cd84579865bf7404a84bde93115.tar.gz
disabled g_free (image) calls, as GdkImage is an object. these should be
Sat Jun 23 22:03:20 2001 Tim Janik <timj@gtk.org> * gdk/x11/gdkimage-x11.c (gdk_image_init): disabled g_free (image) calls, as GdkImage is an object. these should be g_obejct_unref() instead but that won't work because of the g_error() statement in gdk_x11_image_destroy(). so for now, i did s/g_free/LEAK_IMAGE/ to spot these places.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r--ChangeLog.pre-2-08
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index 094419983f..792da488df 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,11 @@
+Sat Jun 23 22:03:20 2001 Tim Janik <timj@gtk.org>
+
+ * gdk/x11/gdkimage-x11.c (gdk_image_init): disabled g_free (image)
+ calls, as GdkImage is an object. these should be g_obejct_unref()
+ instead but that won't work because of the g_error() statement
+ in gdk_x11_image_destroy(). so for now, i did s/g_free/LEAK_IMAGE/
+ to spot these places.
+
Sat Jun 23 10:27:53 2001 Owen Taylor <otaylor@redhat.com>
* modules/input/gtkimcontextxim.c: Fixup some problems with