mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 20:28:02 +02:00
Unreleased lock typo in cairo-scaled-font.c
One path through _cairo_scaled_font_text_to_glyphs grabbed the mutex but didn't release it, causing hangs in all text rendering on the mac.
This commit is contained in:
parent
a37f21cb17
commit
eec62c2975
1 changed files with 1 additions and 1 deletions
|
|
@ -809,7 +809,7 @@ _cairo_scaled_font_text_to_glyphs (cairo_scaled_font_t *scaled_font,
|
|||
glyphs, num_glyphs);
|
||||
|
||||
if (status != CAIRO_INT_STATUS_UNSUPPORTED)
|
||||
return status;
|
||||
goto DONE;
|
||||
}
|
||||
|
||||
status = _cairo_utf8_to_ucs4 ((unsigned char*)utf8, -1, &ucs4, num_glyphs);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue