From 6b834a58bdef976383cff6e2a83f353e668a9cf1 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:08:28 -0700 Subject: zlib 0.93 --- infutil.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'infutil.h') diff --git a/infutil.h b/infutil.h index f234e9b..b5639d6 100644 --- a/infutil.h +++ b/infutil.h @@ -35,8 +35,11 @@ struct inflate_blocks_state { uInt bb; /* bit length tree depth */ inflate_huft *tb; /* bit length decoding tree */ } trees; /* if DTREE, decoding info for trees */ - struct inflate_codes_state - *codes; /* if CODES, current state */ + struct { + inflate_huft *tl, *td; /* trees to free */ + struct inflate_codes_state + *codes; + } decode; /* if CODES, current state */ } sub; /* submode */ uInt last; /* true if this block is the last block */ -- cgit v1.2.3-55-g6feb