21 Nov
2004
21 Nov
'04
7:15 p.m.
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