ZFREE 943 third_party/zlib/deflate.c ZFREE(strm, strm->state); ZFREE 628 third_party/zlib/infback.c ZFREE(strm, strm->state); ZFREE 158 third_party/zlib/inflate.c ZFREE(strm, state->window); ZFREE 195 third_party/zlib/inflate.c ZFREE(strm, state); ZFREE 1245 third_party/zlib/inflate.c if (state->window != Z_NULL) ZFREE(strm, state->window); ZFREE 1246 third_party/zlib/inflate.c ZFREE(strm, strm->state); ZFREE 1430 third_party/zlib/inflate.c ZFREE(source, copy); ZFREE 287 third_party/zlib/zutil.h #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}