Skip to content
Snippets Groups Projects
Commit aee96d17 authored by Uli Schlachter's avatar Uli Schlachter
Browse files

Initialize mutexes in _cairo_ft_unscaled_font_map_lock()


This function is reachable via cairo_ft_font_face_create_for_ft_face()
-> _cairo_ft_unscaled_font_create_from_face() ->
_cairo_ft_unscaled_font_create_internal() ->
_cairo_ft_unscaled_font_map_lock(). Thus, it could happen that nothing
initialized mutexes before this code runs.

Signed-off-by: default avatarUli Schlachter <psychon@znc.in>
parent 0ae4e6a8
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment