From 28c3b67bb1f007c5ad06a9695d2d750531d2139d Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Tue, 11 Jan 2011 10:33:03 +0100 Subject: Bug #638808 - camel_shutdown() called too early --- shell/e-shell.c | 1 + 1 file changed, 1 insertion(+) (limited to 'shell') 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); -- cgit