summaryrefslogtreecommitdiff
path: root/tests/cookies-test.c
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2010-06-11 15:26:53 -0400
committerDan Winship <danw@gnome.org>2010-06-11 15:26:53 -0400
commit02752ac1958daa7ecf257762bc345cdf45569896 (patch)
treef06a1a63af45694f0bc9ede6e93c23becf8e44a0 /tests/cookies-test.c
parentea57345a5c5f00fe85801b3f528687b93793afff (diff)
downloadlibsoup-02752ac1958daa7ecf257762bc345cdf45569896.tar.gz
Allow calling soup_test_server_new() multiple times in test programs
Diffstat (limited to 'tests/cookies-test.c')
-rw-r--r--tests/cookies-test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cookies-test.c b/tests/cookies-test.c
index fa9f5b06..2b8ebb11 100644
--- a/tests/cookies-test.c
+++ b/tests/cookies-test.c
@@ -114,6 +114,7 @@ main (int argc, char **argv)
soup_uri_free (first_party_uri);
soup_uri_free (third_party_uri);
+ soup_test_server_quit_unref (server);
test_cleanup ();