GNOME Bugzilla – Bug 647943
[pango] Class global pango mutex not always used
Last modified: 2011-04-17 12:23:43 UTC
See attached patch, now the mutex is used everywhere where pango API is used
Created attachment 186075 [details] [review] {time,clock}overlay: Hold the class-global pango mutex when changing the pango context
Created attachment 186076 [details] [review] textoverlay: Always hold the class-global pango mutex when using pango API
commit 1312605eac8a1a0bc5789013e435962efc8b65c5 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Sat Apr 16 16:31:57 2011 +0200 textoverlay: Always hold the class-global pango mutex when using pango API commit d2ce4911530760d7bd4e2ec1dcd3e65c93c5b7b2 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Sat Apr 16 16:23:47 2011 +0200 {time,clock}overlay: Hold the class-global pango mutex when changing the pan