diff options
-rw-r--r-- | Build/source/texk/web2c/mplibdir/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/mplibdir/mpxout.w | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/mplibdir/ChangeLog b/Build/source/texk/web2c/mplibdir/ChangeLog index 18c5b2b8657..b20a07a9631 100644 --- a/Build/source/texk/web2c/mplibdir/ChangeLog +++ b/Build/source/texk/web2c/mplibdir/ChangeLog @@ -1,3 +1,7 @@ +2011-05-09 Taco Hoekwater <taco@luatex.org> + + * mpxout.w (mpx_in_TFM): close tfm files. + 2011-04-29 Peter Breitenlohner <peb@mppmu.mpg.de> * mp.w (mp_do_snprintf): Removed, instead declare and define diff --git a/Build/source/texk/web2c/mplibdir/mpxout.w b/Build/source/texk/web2c/mplibdir/mpxout.w index 0cd99d7409b..543b29849c5 100644 --- a/Build/source/texk/web2c/mplibdir/mpxout.w +++ b/Build/source/texk/web2c/mplibdir/mpxout.w @@ -1220,6 +1220,7 @@ static void mpx_in_TFM (MPX mpx,web_integer f) { @<Move the widths from |in_width| to |width|@>; mpx->fbase[f]=0; mpx->ftop[f]=0; mpx->info_ptr=wp; + mpx_fclose(mpx,mpx->tfm_file); return; } |