summaryrefslogtreecommitdiff
path: root/tests/streaming-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/streaming-test.c
parentea57345a5c5f00fe85801b3f528687b93793afff (diff)
downloadlibsoup-02752ac1958daa7ecf257762bc345cdf45569896.tar.gz
Allow calling soup_test_server_new() multiple times in test programs
Diffstat (limited to 'tests/streaming-test.c')
-rw-r--r--tests/streaming-test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/streaming-test.c b/tests/streaming-test.c
index 1389a620..869a7b61 100644
--- a/tests/streaming-test.c
+++ b/tests/streaming-test.c
@@ -184,6 +184,7 @@ main (int argc, char **argv)
g_free (full_response);
g_free (full_response_md5);
+ soup_test_server_quit_unref (server);
test_cleanup ();
return errors != 0;
}