diff options
author | itojun <itojun@pkgsrc.org> | 2003-09-09 07:44:57 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2003-09-09 07:44:57 +0000 |
commit | 210590a2aec5e39778a4a98fef2e275f961c7f63 (patch) | |
tree | 4a1b8582218f886bbeee2e1f94aa9d76b7adebdd /fonts/mkfontscale/patches | |
parent | 81f02f7842c0728cef726aa74708f1376f47b87e (diff) | |
download | pkgsrc-210590a2aec5e39778a4a98fef2e275f961c7f63.tar.gz |
permit large number of fonts to be processed (free resource appropriately).
bump PKGREVISION.
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)); |