mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 22:10:08 +00:00
Chain to the parent finalize handler. (from: "Mattias.Gronlund"
Tue Mar 10 19:55:13 1998 Owen Taylor <owt1@cornell.edu> * gtk/gtkscrolledwindow.c (gtk_scrolled_window_finalize): Chain to the parent finalize handler. (from: "Mattias.Gronlund" <Mattias.Gronlund@sa.erisoft.se>)
This commit is contained in:
parent
e583ab045f
commit
3573f8b5f3
@ -216,6 +216,8 @@ gtk_scrolled_window_finalize (GtkObject *object)
|
||||
gtk_widget_unref (scrolled_window->viewport);
|
||||
gtk_widget_unref (scrolled_window->hscrollbar);
|
||||
gtk_widget_unref (scrolled_window->vscrollbar);
|
||||
|
||||
GTK_OBJECT_CLASS (parent_class)->finalize (object);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user