aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-01-11 17:33:03 +0800
committerMilan Crha <mcrha@redhat.com>2011-01-11 17:33:03 +0800
commit28c3b67bb1f007c5ad06a9695d2d750531d2139d (patch)
tree8fc3b966d713080c419fa71b47c56435bafa39af /shell
parent056dd51962259a1d5f7f16c09958558e1394b549 (diff)
downloadgsoc2013-evolution-28c3b67bb1f007c5ad06a9695d2d750531d2139d.tar
gsoc2013-evolution-28c3b67bb1f007c5ad06a9695d2d750531d2139d.tar.gz
gsoc2013-evolution-28c3b67bb1f007c5ad06a9695d2d750531d2139d.tar.bz2
gsoc2013-evolution-28c3b67bb1f007c5ad06a9695d2d750531d2139d.tar.lz
gsoc2013-evolution-28c3b67bb1f007c5ad06a9695d2d750531d2139d.tar.xz
gsoc2013-evolution-28c3b67bb1f007c5ad06a9695d2d750531d2139d.tar.zst
gsoc2013-evolution-28c3b67bb1f007c5ad06a9695d2d750531d2139d.zip
Bug #638808 - camel_shutdown() called too early
Diffstat (limited to 'shell')
-rw-r--r--shell/e-shell.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c
index b1891ce3b8..123a9751e7 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -691,6 +691,7 @@ shell_finalize (GObject *object)
if (!unique_app_is_running (UNIQUE_APP (object)))
e_file_lock_destroy ();
+ g_list_foreach (priv->loaded_backends, (GFunc) g_object_unref, NULL);
g_list_free (priv->loaded_backends);
g_free (priv->geometry);