aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@igalia.com>2012-04-02 18:44:55 +0800
committerDiego Escalante Urrelo <diegoe@igalia.com>2012-04-11 03:33:41 +0800
commitbbb6e24f60f499f6f5c4293d17052d8d02567bce (patch)
treee50931c25c007e63d846cdfd49999279a6f84451 /tests
parent27c169f074f0fb878f5d90078cf1aad11024e0ef (diff)
downloadgsoc2013-epiphany-bbb6e24f60f499f6f5c4293d17052d8d02567bce.tar
gsoc2013-epiphany-bbb6e24f60f499f6f5c4293d17052d8d02567bce.tar.gz
gsoc2013-epiphany-bbb6e24f60f499f6f5c4293d17052d8d02567bce.tar.bz2
gsoc2013-epiphany-bbb6e24f60f499f6f5c4293d17052d8d02567bce.tar.lz
gsoc2013-epiphany-bbb6e24f60f499f6f5c4293d17052d8d02567bce.tar.xz
gsoc2013-epiphany-bbb6e24f60f499f6f5c4293d17052d8d02567bce.tar.zst
gsoc2013-epiphany-bbb6e24f60f499f6f5c4293d17052d8d02567bce.zip
ephy-embed-single-test: unref the created EphyShell
https://bugzilla.gnome.org/show_bug.cgi?id=673273
Diffstat (limited to 'tests')
-rw-r--r--tests/ephy-embed-single-test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ephy-embed-single-test.c b/tests/ephy-embed-single-test.c
index 2b4768bb0..39b691452 100644
--- a/tests/ephy-embed-single-test.c
+++ b/tests/ephy-embed-single-test.c
@@ -100,6 +100,7 @@ main (int argc, char *argv[])
ret = g_test_run ();
+ g_object_unref (ephy_shell);
ephy_file_helpers_shutdown ();
return ret;