2001-10-21 Tom Kacvinsky <tjk@ams.org>

* 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.
This commit is contained in:
Tom Kacvinsky 2001-10-21 20:30:54 +00:00
parent c1130459e8
commit fdba894d21
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2001-10-21 Tom Kacvinsky <tjk@ams.org>
* 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 <tjk@ams.org>
* src/cff/cffload.c (CFF_Done_Font): Free the subfonts array to