From fdba894d21cf419f05641ae59c663b18ef139ec7 Mon Sep 17 00:00:00 2001 From: Tom Kacvinsky Date: Sun, 21 Oct 2001 20:30:54 +0000 Subject: [PATCH] 2001-10-21 Tom Kacvinsky * 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. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 69d0f786d..dc29febbb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-10-21 Tom Kacvinsky + + * 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 * src/cff/cffload.c (CFF_Done_Font): Free the subfonts array to