shithub: freetype+ttf2subf

Download patch

ref: a006a0f5ec2a5e11211135b9668d77f41fe74e05
parent: dfa4568432c28a75a91f2b94362ab1190ab2d91b
author: Tom Kacvinsky <[email protected]>
date: Sun Oct 21 16:30:54 EDT 2001

2001-10-21  Tom Kacvinsky  <[email protected]>

        * src/cff/cffload.c (CFF_Done_Font): Free subfonts array only if
        we are working with a CID keyed CFF font.  Otherwise, a variable
        that was never allocated memory might freed.  This is a correction
        to the previous patch for freeing subfonts.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2001-10-21  Tom Kacvinsky  <[email protected]>
 
+	* src/cff/cffload.c (CFF_Done_Font): Free subfonts array only if
+	we are working with a CID keyed CFF font.  Otherwise, a variable
+	that was never allocated memory might freed.  This is a correction
+	to the previous patch for freeing subfonts.
+
+2001-10-21  Tom Kacvinsky  <[email protected]>
+
 	* src/cff/cffload.c (CFF_Done_Font): Free the subfonts array to
 	avoid a memory leak.