Fix test-font leak issue
See also https://github.com/harfbuzz/harfbuzz/pull/1169
This commit is contained in:
parent
5fd8bce945
commit
ef9307fd22
|
@ -361,6 +361,7 @@ test_fontfuncs_subclassing (void)
|
||||||
|
|
||||||
|
|
||||||
hb_font_destroy (font3);
|
hb_font_destroy (font3);
|
||||||
|
hb_font_destroy (font2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue