aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/ephy-session-test.c2
1 files changed, 1 insertions, 1 deletions
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;
}