diff options
author | Dan Winship <danw@gnome.org> | 2010-06-11 15:26:53 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2010-06-11 15:26:53 -0400 |
commit | 02752ac1958daa7ecf257762bc345cdf45569896 (patch) | |
tree | f06a1a63af45694f0bc9ede6e93c23becf8e44a0 /tests/chunk-test.c | |
parent | ea57345a5c5f00fe85801b3f528687b93793afff (diff) | |
download | libsoup-02752ac1958daa7ecf257762bc345cdf45569896.tar.gz libsoup-02752ac1958daa7ecf257762bc345cdf45569896.tar.bz2 libsoup-02752ac1958daa7ecf257762bc345cdf45569896.zip |
Allow calling soup_test_server_new() multiple times in test programs
Diffstat (limited to 'tests/chunk-test.c')
-rw-r--r-- | tests/chunk-test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/chunk-test.c b/tests/chunk-test.c index 8ce286bc..a679cce3 100644 --- a/tests/chunk-test.c +++ b/tests/chunk-test.c @@ -381,6 +381,7 @@ main (int argc, char **argv) soup_uri_free (base_uri); g_main_loop_unref (loop); + soup_test_server_quit_unref (server); test_cleanup (); return errors != 0; |