summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Kacvinsky <tom.kacvinsky@3ds.com>2001-10-20 17:53:22 +0000
committerTom Kacvinsky <tom.kacvinsky@3ds.com>2001-10-20 17:53:22 +0000
commit5f5f371b87416493fa540e2ff1e2b7f417e53f5b (patch)
treeb98534deaa460d9b1743736e822e35769a447c07
parent33c989b7c6ea2cee1761fad33458b2fba14e0b91 (diff)
downloadfreetype2-5f5f371b87416493fa540e2ff1e2b7f417e53f5b.tar.gz
Added entries for changes to t1load.c.
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 62e1a7cd2..a4eb0afee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2001-10-20 Tom Kacvinsky <tjk@ams.org>
+
+ * 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 <david@freetype.org>
* 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 <joukj@hrem.stm.tudelft.nl>
* descrip.mms, src/pshinter/descrip.mms: updates to the VMS build