gio/tests/proxy-test: fix cleanup
authorDan Winship <danw@gnome.org>
Thu, 21 Jun 2012 19:13:06 +0000 (15:13 -0400)
committerDan Winship <danw@gnome.org>
Thu, 21 Jun 2012 19:13:06 +0000 (15:13 -0400)
commite0f4b2b03b877e0360f56836ebfe454aa3a9dca5
treef44b8a5efa14d99b04eef029f31f4855e50fb330
parente9ec1ad0689dfbb1121e1c5fe5b1aedbe2de568f
gio/tests/proxy-test: fix cleanup

make sure the proxy threads are in the "waiting for a connection"
state when we do the final cleanup, or else there are race conditions
involving which thread processes the GCancellable cancellation first.
gio/tests/proxy-test.c