diff options
Diffstat (limited to 'shell/e-component-registry.c')
-rw-r--r-- | shell/e-component-registry.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/e-component-registry.c b/shell/e-component-registry.c index db957a6ea4..e37fa5fe43 100644 --- a/shell/e-component-registry.c +++ b/shell/e-component-registry.c @@ -256,6 +256,9 @@ destroy (GtkObject *object) g_hash_table_destroy (priv->component_id_to_component); g_free (priv); + + if (GTK_OBJECT_CLASS (parent_class)->destroy) + (* GTK_OBJECT_CLASS (parent_class)->destroy) (object); } |