--- freetype-2.1.3/src/gzip/ftgzip.c.pix 2003-02-24 23:23:58.000000000 +0100 +++ freetype-2.1.3/src/gzip/ftgzip.c 2003-02-24 23:26:22.000000000 +0100 @@ -276,6 +276,8 @@ { z_stream* zstream = &zip->zstream; + inflateEnd(zstream); + /* clear the rest */ zstream->zalloc = NULL; zstream->zfree = NULL;