aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-01-11 17:33:03 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:41:17 +0800
commit642b32cbdb197c238080048c8d9c87c284bcbfc7 (patch)
treef5a4b86a6fbfd7b95197deb67e0f59cf54e2c090 /shell
parentd4e5b79b43f634497c18b4903fb6fb839f8851e3 (diff)
downloadgsoc2013-evolution-642b32cbdb197c238080048c8d9c87c284bcbfc7.tar
gsoc2013-evolution-642b32cbdb197c238080048c8d9c87c284bcbfc7.tar.gz
gsoc2013-evolution-642b32cbdb197c238080048c8d9c87c284bcbfc7.tar.bz2
gsoc2013-evolution-642b32cbdb197c238080048c8d9c87c284bcbfc7.tar.lz
gsoc2013-evolution-642b32cbdb197c238080048c8d9c87c284bcbfc7.tar.xz
gsoc2013-evolution-642b32cbdb197c238080048c8d9c87c284bcbfc7.tar.zst
gsoc2013-evolution-642b32cbdb197c238080048c8d9c87c284bcbfc7.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);