[NTG-pdftex] pdftex-1.20b-beta2 version garble
Hartmut Henkel
hartmut_henkel at gmx.de
Sun Nov 21 19:15:03 CET 2004
Hi Thanh,
it seems that the mapfile.c of your release is not the latest one, you
already had produced some newer version. In the pdftex-1.20b-beta2 and
now also in texlive source.development there is in mapfile.c:
static void delete_fm_entry(fm_entry * fm)
{
xfree(fm->tfm_name);
...
Which is wrong (you know). In your version from 20041029 you had,
correctly:
static void delete_fm_entry(fm_entry * fm)
{
if (fm->tfm_name != nontfm)
xfree(fm->tfm_name);
Please check.
Regards, Hartmut
More information about the ntg-pdftex
mailing list