aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-shell-component.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/evolution-shell-component.c')
-rw-r--r--shell/evolution-shell-component.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/evolution-shell-component.c b/shell/evolution-shell-component.c
index cedcf64b98..ed83895392 100644
--- a/shell/evolution-shell-component.c
+++ b/shell/evolution-shell-component.c
@@ -327,6 +327,8 @@ destroy (GtkObject *object)
g_list_free (priv->folder_types);
g_free (priv);
+
+ (* GTK_OBJECT_CLASS (parent_class)->destroy) (object);
}