diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ephy-encodings-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |