From 5f5f371b87416493fa540e2ff1e2b7f417e53f5b Mon Sep 17 00:00:00 2001 From: Tom Kacvinsky Date: Sat, 20 Oct 2001 17:53:22 +0000 Subject: [PATCH] Added entries for changes to t1load.c. --- ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 62e1a7cd2..a4eb0afee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2001-10-20 Tom Kacvinsky + + * src/type1/t1load.c (parse_font_name, parse_subrs): Added a test + for when loading synthetic fonts to make sure that the font name + and subrotuines are not loaded twice. This is to remove a memory + leak that occured because the original memory blocks for these + objects were not deallocated when the objects were parsed the + second time. + 2001-10-19 David Turner * src/smooth/ftgrays.c, src/pshinter/pshglob.h, src/pshinter/pshrec.c, @@ -6,7 +15,6 @@ * src/pshinter/module.mk, src/pshinter/rules.mk: adding control files to build the postscript hinter with the "old" build system - 2001-10-19 Jacob Jansen * descrip.mms, src/pshinter/descrip.mms: updates to the VMS build