Fix test-font leak issue

See also https://github.com/harfbuzz/harfbuzz/pull/1169
This commit is contained in:
Ebrahim Byagowi 2018-09-22 16:45:31 +03:30 committed by GitHub
parent 5fd8bce945
commit ef9307fd22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -361,6 +361,7 @@ test_fontfuncs_subclassing (void)
hb_font_destroy (font3);
hb_font_destroy (font2);
}