aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Noronha Silva <gns@gnome.org>2012-12-11 00:34:18 +0800
committerGustavo Noronha Silva <gns@gnome.org>2012-12-11 00:35:38 +0800
commit43587a75794e27225c71d485620f875b12338ac1 (patch)
tree4a7f111a023178c44dd614b840b0bc2392dce2b4
parent04848e06477d3b99a78fe150957e94ab8566927b (diff)
downloadgsoc2013-epiphany-43587a75794e27225c71d485620f875b12338ac1.tar
gsoc2013-epiphany-43587a75794e27225c71d485620f875b12338ac1.tar.gz
gsoc2013-epiphany-43587a75794e27225c71d485620f875b12338ac1.tar.bz2
gsoc2013-epiphany-43587a75794e27225c71d485620f875b12338ac1.tar.lz
gsoc2013-epiphany-43587a75794e27225c71d485620f875b12338ac1.tar.xz
gsoc2013-epiphany-43587a75794e27225c71d485620f875b12338ac1.tar.zst
gsoc2013-epiphany-43587a75794e27225c71d485620f875b12338ac1.zip
test-ephy-session: shutdown file helpers only after destroying the shell
-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;
}