mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
[ft] Another try at making tsan happy maybe
This commit is contained in:
parent
7791f50e3a
commit
1e812e43b3
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ _hb_ft_hb_font_check_changed (hb_font_t *font,
|
|||
hb_lock_t lock (ft_font->lock);
|
||||
_hb_ft_hb_font_changed (font, ft_font->ft_face);
|
||||
ft_font->advance_cache.clear ();
|
||||
ft_font->cached_serial = font->serial;
|
||||
ft_font->cached_serial.set_release (font->serial.get_acquire ());
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Add table
Reference in a new issue