summaryrefslogtreecommitdiff
path: root/tests/proxy-test.c
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2015-03-02 21:28:18 -0500
committerDan Winship <danw@gnome.org>2015-03-02 21:28:42 -0500
commit3401c861f83c0822ab97fe9d169e8dcebd52da23 (patch)
tree0c44bcb561b11803530ac0f129922d27532aa2f6 /tests/proxy-test.c
parent1c3983f6d0b4097492963f57dd1453f32616c3a3 (diff)
downloadlibsoup-3401c861f83c0822ab97fe9d169e8dcebd52da23.tar.gz
tests: plug leaks, update libsoup.supp
Diffstat (limited to 'tests/proxy-test.c')
-rw-r--r--tests/proxy-test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/proxy-test.c b/tests/proxy-test.c
index e898a0bf..26325517 100644
--- a/tests/proxy-test.c
+++ b/tests/proxy-test.c
@@ -360,6 +360,8 @@ main (int argc, char **argv)
soup_uri_free (base_uri);
soup_test_server_quit_unref (server);
+ for (i = 0; i < 3; i++)
+ g_object_unref (proxy_resolvers[i]);
test_cleanup ();
return ret;