]> Pileus Git - ~andy/gtk/commit
changed g_new()s to malloc()s and g_free()s to free()s to avoid mixing
authorCDT 1998 Shawn T. Amundson <amundson@gtk.org>
Tue, 15 Sep 1998 03:12:54 +0000 (03:12 +0000)
committerShawn Amundson <amundson@src.gnome.org>
Tue, 15 Sep 1998 03:12:54 +0000 (03:12 +0000)
commitc2f99dd1684d90d8581c39366cefa54a16380ecc
tree3c320a791169d1a5ab31951e6be3491666f3ca01
parentfb00a59c2f6d38b46f429f9b567562cc282d04eb
changed g_new()s to malloc()s and g_free()s to free()s to avoid mixing

Mon Sep 14 21:47:35 CDT 1998 Shawn T. Amundson <amundson@gtk.org>

        * gdk/gdkimage.c: changed g_new()s to malloc()s and
          g_free()s to free()s to avoid mixing g_new()s with
          free()s.  X itself uses free() on some of the
          malloced memory.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/gdkimage.c
gdk/x11/gdkimage-x11.c