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:
Owen Taylor 1998-03-11 00:59:33 +00:00 committed by Owen Taylor
parent e583ab045f
commit 3573f8b5f3

View File

@ -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