shell: Chain up CcNotebook's finalize function
This commit is contained in:
parent
b96c440da9
commit
2ea396cee3
1 changed files with 2 additions and 0 deletions
|
@ -113,6 +113,8 @@ cc_notebook_finalize (GObject *gobject)
|
|||
|
||||
g_list_free_full (self->priv->removed_pages, (GDestroyNotify) g_free);
|
||||
self->priv->removed_pages = NULL;
|
||||
|
||||
G_OBJECT_CLASS (cc_notebook_parent_class)->finalize (gobject);
|
||||
}
|
||||
|
||||
static GtkSizeRequestMode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue