summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2009-06-18 15:48:32 +0100
committerRoss Burton <ross@linux.intel.com>2009-06-18 15:48:32 +0100
commit35b8db1d872bb5eed616b5d7d27ee9454c5b04cc (patch)
tree5e35cf897fc8cf7bc763718be480800408675129 /tests
parent6583f579a823b6d8e095aed03a1c867778e425c6 (diff)
downloadlibrest-35b8db1d872bb5eed616b5d7d27ee9454c5b04cc.tar.gz
Exit the server first, to avoid ORBit concurrency issues
Diffstat (limited to 'tests')
-rw-r--r--tests/threaded.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/threaded.c b/tests/threaded.c
index e9b92c9..ea086e4 100644
--- a/tests/threaded.c
+++ b/tests/threaded.c
@@ -103,6 +103,7 @@ main (int argc, char **argv)
g_thread_join (threads[i]);
}
+ soup_server_quit (server);
g_free (url);
return errors != 0;