mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-08 11:50:26 +01:00
[scaled-font] Fix bug unlocking the wrong mutex (#16819)
This commit is contained in:
parent
096408d80e
commit
e079ec03cb
1 changed files with 1 additions and 1 deletions
|
|
@ -477,7 +477,7 @@ _cairo_scaled_font_unregister_placeholder_and_lock_font_map (cairo_scaled_font_t
|
|||
_cairo_hash_table_remove (cairo_scaled_font_map->hash_table,
|
||||
&scaled_font->hash_entry);
|
||||
|
||||
CAIRO_MUTEX_UNLOCK (scaled_font->mutex);
|
||||
CAIRO_MUTEX_UNLOCK (placeholder_scaled_font->mutex);
|
||||
|
||||
CAIRO_MUTEX_UNLOCK (_cairo_scaled_font_map_mutex);
|
||||
cairo_scaled_font_destroy (placeholder_scaled_font);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue