Fixed g_mutex_clear() to fully undo g_mutex_init()
authorJeffrey Stedfast <fejj@gnome.org>
Sun, 30 Jun 2013 17:46:28 +0000 (13:46 -0400)
committerJeffrey Stedfast <fejj@gnome.org>
Sun, 30 Jun 2013 17:46:28 +0000 (13:46 -0400)
commit56348210f38209a11902e54b2db41833aab36414
tree2f30e5d31839e43e474dbfb4535a10f8bbe68323
parentb05bf77223cffb025b8a24963d6149a755da43c0
Fixed g_mutex_clear() to fully undo g_mutex_init()

In order to fully undo the effects of g_mutex_init(),
it is necessary to reset the internal mutex pointer
back to NULL so that a later call to g_mutex_init()
actually works as expected.
glib/gthread-posix.c