aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-session.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-session.c')
-rw-r--r--camel/camel-session.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-session.c b/camel/camel-session.c
index ac85005da2..3ca63ca9e9 100644
--- a/camel/camel-session.c
+++ b/camel/camel-session.c
@@ -65,6 +65,7 @@ camel_session_finalise (CamelObject *o)
{
CamelSession *session = (CamelSession *)o;
+ g_free(session->storage_path);
g_hash_table_foreach_remove (session->providers,
camel_session_destroy_provider, NULL);
g_hash_table_destroy (session->providers);