diff options
author | Milan Crha <mcrha@redhat.com> | 2011-01-11 17:33:03 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:41:17 +0800 |
commit | 642b32cbdb197c238080048c8d9c87c284bcbfc7 (patch) | |
tree | f5a4b86a6fbfd7b95197deb67e0f59cf54e2c090 /shell/e-shell.c | |
parent | d4e5b79b43f634497c18b4903fb6fb839f8851e3 (diff) | |
download | gsoc2013-evolution-642b32cbdb197c238080048c8d9c87c284bcbfc7.tar.gz gsoc2013-evolution-642b32cbdb197c238080048c8d9c87c284bcbfc7.tar.zst gsoc2013-evolution-642b32cbdb197c238080048c8d9c87c284bcbfc7.zip |
Bug #638808 - camel_shutdown() called too early
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r-- | shell/e-shell.c | 1 |
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); |