stop using deprecated pango api

This commit is contained in:
Matthias Clasen 2023-05-01 23:49:42 -04:00
parent 5bac4f13a0
commit 17d2ba94d6

View File

@ -871,7 +871,7 @@ create_ascii_glyphs (PangoFont *font)
if (!pango_coverage_get (coverage, i))
break;
}
pango_coverage_unref (coverage);
g_object_unref (coverage);
if (i < MAX_ASCII_GLYPH)
return NULL;