We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 602e0ca commit b58bfd9Copy full SHA for b58bfd9
src/hb-font.cc
@@ -2596,12 +2596,14 @@ hb_font_funcs_set_glyph_func (hb_font_funcs_t *ffuncs,
2596
return;
2597
}
2598
2599
+ /* Since we pass it to two destroying functions. */
2600
+ trampoline_reference (&trampoline->closure);
2601
+
2602
hb_font_funcs_set_nominal_glyph_func (ffuncs,
2603
hb_font_get_nominal_glyph_trampoline,
2604
trampoline,
2605
trampoline_destroy);
2606
- trampoline_reference (&trampoline->closure);
2607
hb_font_funcs_set_variation_glyph_func (ffuncs,
2608
hb_font_get_variation_glyph_trampoline,
2609
0 commit comments