Remove g_mutex_new()/g_cond_new() in testcases
authorRyan Lortie <desrt@desrt.ca>
Tue, 4 Oct 2011 23:04:41 +0000 (19:04 -0400)
committerRyan Lortie <desrt@desrt.ca>
Tue, 4 Oct 2011 23:35:27 +0000 (19:35 -0400)
commit6f343ca548af912e7ea6b0a35f5e12c8cb820126
treed0605677fbcc1fbc2e8b542ede315d7a2983671d
parent9793708931640df4d89f87d16678508d417fd1e6
Remove g_mutex_new()/g_cond_new() in testcases

These were the last users of the dynamic allocation API.

Keep the uses in glib/tests/mutex.c since this is actually meant to test
the API (which has to continue working, even if it is deprecated).

https://bugzilla.gnome.org/show_bug.cgi?id=660739
gio/tests/contexts.c
gio/tests/tls-interaction.c
gobject/tests/dynamictests.c
gobject/tests/threadtests.c
tests/mainloop-test.c
tests/memchunks.c
tests/onceinit.c
tests/slice-concurrent.c
tests/slice-test.c
tests/thread-test.c