[ft] Another try at making tsan happy maybe

This commit is contained in:
Behdad Esfahbod 2025-03-09 03:39:52 -06:00
parent 7791f50e3a
commit 1e812e43b3

View file

@ -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;