aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window.c
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2006-10-16 22:45:04 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2006-10-16 22:45:04 +0800
commitbb64d5dd741646b4e19c488c437b77297798237d (patch)
treecd87f6c751c369cefeb3977723f9cbaeb210f602 /shell/e-shell-window.c
parent85de4c714e534cb6f7d497fe07b762fdde98468a (diff)
downloadgsoc2013-evolution-bb64d5dd741646b4e19c488c437b77297798237d.tar
gsoc2013-evolution-bb64d5dd741646b4e19c488c437b77297798237d.tar.gz
gsoc2013-evolution-bb64d5dd741646b4e19c488c437b77297798237d.tar.bz2
gsoc2013-evolution-bb64d5dd741646b4e19c488c437b77297798237d.tar.lz
gsoc2013-evolution-bb64d5dd741646b4e19c488c437b77297798237d.tar.xz
gsoc2013-evolution-bb64d5dd741646b4e19c488c437b77297798237d.tar.zst
gsoc2013-evolution-bb64d5dd741646b4e19c488c437b77297798237d.zip
Fixes #360815
svn path=/trunk/; revision=32897
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);
}