mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
Chain up the finalizer
svn path=/trunk/; revision=19221
This commit is contained in:
parent
a28c785bcd
commit
629fad2ff1
@ -1,3 +1,8 @@
|
|||||||
|
2007-12-22 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* modules/other/gail/gailclist.c: Chain up the finalizer (#504570,
|
||||||
|
Christian Persch)
|
||||||
|
|
||||||
2007-12-21 Richard Hult <richard@imendio.com>
|
2007-12-21 Richard Hult <richard@imendio.com>
|
||||||
|
|
||||||
* gdk/quartz/gdkwindow-quartz.c: (_gdk_windowing_window_destroy):
|
* gdk/quartz/gdkwindow-quartz.c: (_gdk_windowing_window_destroy):
|
||||||
|
@ -456,6 +456,8 @@ gail_clist_finalize (GObject *object)
|
|||||||
}
|
}
|
||||||
g_list_free (clist->cell_data);
|
g_list_free (clist->cell_data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
G_OBJECT_CLASS (parent_class)->finalize (object);
|
||||||
}
|
}
|
||||||
|
|
||||||
static gint
|
static gint
|
||||||
|
Loading…
Reference in New Issue
Block a user