diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-notebook.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ephy-notebook.c b/src/ephy-notebook.c index 54f3bfe5f..56353b936 100644 --- a/src/ephy-notebook.c +++ b/src/ephy-notebook.c @@ -786,6 +786,8 @@ ephy_notebook_finalize (GObject *object) g_object_unref (notebook->priv->title_tips); LOG ("EphyNotebook finalised %p", object) + + G_OBJECT_CLASS (parent_class)->finalize (object); } static void |