Added another entry for t1load.c related to synthetic fonts: make sure

that custom encodings are not loaded twice (thus avoiding a memory
leak).
This commit is contained in:
Tom Kacvinsky 2001-10-20 20:49:58 +00:00
parent 629bf286e7
commit e6eaadf683
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
2001-10-20 Tom Kacvinsky <tjk@ams.org> 2001-10-20 Tom Kacvinsky <tjk@ams.org>
* src/type1/t1load.c (parse_encoding): Add a test to make sure
that custom encodings (i.e., neither StandardEncoding nor
ExpertEncoding) are not loaded twice when the Type 1 font is
synthetic.
* src/type1/t1load.c (parse_font_name, parse_subrs): Added a test * src/type1/t1load.c (parse_font_name, parse_subrs): Added a test
for when loading synthetic fonts to make sure that the font name for when loading synthetic fonts to make sure that the font name
and subrotuines are not loaded twice. This is to remove a memory and subrotuines are not loaded twice. This is to remove a memory