[epiphany] test-ephy-session: shutdown file helpers only after destroying the shell



commit 43587a75794e27225c71d485620f875b12338ac1
Author: Gustavo Noronha Silva <gns gnome org>
Date:   Mon Dec 10 17:34:18 2012 +0100

    test-ephy-session: shutdown file helpers only after destroying the shell

 tests/ephy-session-test.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/ephy-session-test.c b/tests/ephy-session-test.c
index b4ff79c..6295be4 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;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]