diff options
Diffstat (limited to 'fonts/mkfontscale/patches')
-rw-r--r-- | fonts/mkfontscale/patches/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/fonts/mkfontscale/patches/patch-ab b/fonts/mkfontscale/patches/patch-ab new file mode 100644 index 00000000000..4f72645ece4 --- /dev/null +++ b/fonts/mkfontscale/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.3 2003/09/09 07:44:59 itojun Exp $ + +--- mkfontscale.c 2002-05-24 21:59:21.000000000 +0900 ++++ mp/mkfontscale.c 2003-09-09 16:42:47.000000000 +0900 +@@ -496,6 +501,7 @@ + encoding->value); + } + free(filename); ++ FT_Done_Face(face); + } + entries = reverseList(entries); + fprintf(fontscale, "%d\n", listLength(entries)); |