Fix a locking problem in g_main_context_iterate()
authorMatthias Clasen <mclasen@redhat.com>
Wed, 27 May 2009 16:01:14 +0000 (12:01 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 27 May 2009 16:04:35 +0000 (12:04 -0400)
commit00151ec0e1ea5c6b8be13c70a8808bc0ff380e3b
treea3f481fb4d32dba536a484a6a577d992cc9bad0e
parent209a662c2fb664bed2bf4e26bbda784ca7c0739d
Fix a locking problem in g_main_context_iterate()

We failed to ensure that the context is locked on every exit of
the function. This fixes bug 583324.
glib/gmain.c