diff options
Diffstat (limited to 'infback.c')
-rw-r--r-- | infback.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -603,11 +603,8 @@ void FAR *out_desc; | |||
603 | int ZEXPORT inflateBackEnd(strm) | 603 | int ZEXPORT inflateBackEnd(strm) |
604 | z_stream FAR *strm; | 604 | z_stream FAR *strm; |
605 | { | 605 | { |
606 | struct inflate_state FAR *state; | ||
607 | |||
608 | if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == Z_NULL) | 606 | if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == Z_NULL) |
609 | return Z_STREAM_ERROR; | 607 | return Z_STREAM_ERROR; |
610 | state = (struct inflate_state FAR *)strm->state; | ||
611 | ZFREE(strm, strm->state); | 608 | ZFREE(strm, strm->state); |
612 | strm->state = Z_NULL; | 609 | strm->state = Z_NULL; |
613 | Tracev((stderr, "inflate: end\n")); | 610 | Tracev((stderr, "inflate: end\n")); |