From 60e3d891e95b961456b2b803053ac47d072a3242 Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Thu, 29 Aug 2013 22:26:37 +0300 Subject: ephy-encodings-test.c: shutdown the helper files at the end Now that the shell holds a reference to the bookmark files it is not possible to shutdown the helper files before shell has been disposed. Actually, that never made sense. --- tests/ephy-encodings-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ephy-encodings-test.c b/tests/ephy-encodings-test.c index ffa88e5ab..da85d0c50 100644 --- a/tests/ephy-encodings-test.c +++ b/tests/ephy-encodings-test.c @@ -100,8 +100,8 @@ main (int argc, char *argv[]) ret = g_test_run (); - ephy_file_helpers_shutdown (); g_object_unref (ephy_shell_get_default ()); + ephy_file_helpers_shutdown (); return ret; } -- cgit v1.2.3