ZFREE             883 other-licenses/zlib/deflate.c     ZFREE(strm, strm->state);
ZFREE             619 other-licenses/zlib/infback.c     ZFREE(strm, strm->state);
ZFREE             178 other-licenses/zlib/inflate.c         ZFREE(strm, state);
ZFREE            1162 other-licenses/zlib/inflate.c     if (state->window != Z_NULL) ZFREE(strm, state->window);
ZFREE            1163 other-licenses/zlib/inflate.c     ZFREE(strm, strm->state);
ZFREE            1347 other-licenses/zlib/inflate.c             ZFREE(source, copy);
ZFREE             267 other-licenses/zlib/zutil.h #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}