From 43587a75794e27225c71d485620f875b12338ac1 Mon Sep 17 00:00:00 2001 From: Gustavo Noronha Silva Date: Mon, 10 Dec 2012 17:34:18 +0100 Subject: test-ephy-session: shutdown file helpers only after destroying the shell --- tests/ephy-session-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ephy-session-test.c b/tests/ephy-session-test.c index b4ff79c92..6295be475 100644 --- a/tests/ephy-session-test.c +++ b/tests/ephy-session-test.c @@ -268,8 +268,8 @@ main (int argc, char *argv[]) ret = g_test_run (); - ephy_file_helpers_shutdown (); g_object_unref (ephy_shell); + ephy_file_helpers_shutdown (); return ret; } -- cgit v1.2.3