aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-window.c')
-rw-r--r--shell/e-shell-window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell-window.c b/shell/e-shell-window.c
index 4e2d73f81b..f8ecc993e9 100644
--- a/shell/e-shell-window.c
+++ b/shell/e-shell-window.c
@@ -176,6 +176,7 @@ component_view_free (ComponentView *view)
g_free (view->component_id);
g_free (view->component_alias);
+ g_free (view->title);
g_free (view);
}