From: Owen Taylor Date: Wed, 11 Mar 1998 00:59:33 +0000 (+0000) Subject: Chain to the parent finalize handler. (from: "Mattias.Gronlund" X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=3573f8b5f396da37ae948e58a44e4fef6186f64d;p=~andy%2Fgtk Chain to the parent finalize handler. (from: "Mattias.Gronlund" Tue Mar 10 19:55:13 1998 Owen Taylor * gtk/gtkscrolledwindow.c (gtk_scrolled_window_finalize): Chain to the parent finalize handler. (from: "Mattias.Gronlund" ) --- diff --git a/gtk/gtkscrolledwindow.c b/gtk/gtkscrolledwindow.c index 2c5b841ae..f0cd16c60 100644 --- a/gtk/gtkscrolledwindow.c +++ b/gtk/gtkscrolledwindow.c @@ -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