ZFREE            1003 3rdparty/zlib/deflate.c     ZFREE(strm, strm->state);
ZFREE             636 3rdparty/zlib/infback.c     ZFREE(strm, strm->state);
ZFREE             170 3rdparty/zlib/inflate.c         ZFREE(strm, state->window);
ZFREE             216 3rdparty/zlib/inflate.c         ZFREE(strm, state);
ZFREE            1261 3rdparty/zlib/inflate.c     if (state->window != Z_NULL) ZFREE(strm, state->window);
ZFREE            1262 3rdparty/zlib/inflate.c     ZFREE(strm, strm->state);
ZFREE            1462 3rdparty/zlib/inflate.c             ZFREE(source, copy);
ZFREE             247 3rdparty/zlib/zutil.h #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}