From 13a294f044ef0a89b2dcbfbb5d4d4c792673348e Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:21:57 -0700 Subject: zlib 1.2.0.1 --- infback.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'infback.c') diff --git a/infback.c b/infback.c index 46090ad..fdd7d89 100644 --- a/infback.c +++ b/infback.c @@ -603,11 +603,8 @@ void FAR *out_desc; int ZEXPORT inflateBackEnd(strm) z_stream FAR *strm; { - struct inflate_state FAR *state; - if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == Z_NULL) return Z_STREAM_ERROR; - state = (struct inflate_state FAR *)strm->state; ZFREE(strm, strm->state); strm->state = Z_NULL; Tracev((stderr, "inflate: end\n")); -- cgit v1.2.3-55-g6feb