summaryrefslogtreecommitdiff
path: root/infutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'infutil.h')
-rw-r--r--infutil.h7
1 files changed, 5 insertions, 2 deletions
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 */