From c409d3310abe4f0631850319b5f2f664af30ea7f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 15 Oct 2012 19:25:42 -0500 Subject: Work around bug #686192 --- pango/pango-threadsafe.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pango/pango-threadsafe.h b/pango/pango-threadsafe.h index c4abd683..bc180746 100644 --- a/pango/pango-threadsafe.h +++ b/pango/pango-threadsafe.h @@ -59,6 +59,10 @@ PHashTable* p_hash_table_new_full (GHashFunc hash_func, key_destroy_func, value_destroy_func); + /* Work around bug #686192 */ + g_mutex_lock (&p->mx); + g_mutex_unlock (&p->mx); + return p; } -- cgit v1.2.1