Created attachment 1942485 [details] japanese-bitmap-fonts-c99.patch In mkitalic.c, the close function is incorrectly called on a stdio stream. Such streams should be closed using fclose. Reporting this here because it's unclear if there is an upstream for this code.