diff options
Diffstat (limited to 'archival/bz/bzlib.c')
-rw-r--r-- | archival/bz/bzlib.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archival/bz/bzlib.c b/archival/bz/bzlib.c index f27050a3c..cdb596cb1 100644 --- a/archival/bz/bzlib.c +++ b/archival/bz/bzlib.c | |||
@@ -363,6 +363,7 @@ case_BZ_M_FLUSHING: | |||
363 | 363 | ||
364 | 364 | ||
365 | /*---------------------------------------------------*/ | 365 | /*---------------------------------------------------*/ |
366 | #if ENABLE_FEATURE_CLEAN_UP | ||
366 | static | 367 | static |
367 | void BZ2_bzCompressEnd(bz_stream *strm) | 368 | void BZ2_bzCompressEnd(bz_stream *strm) |
368 | { | 369 | { |
@@ -375,6 +376,7 @@ void BZ2_bzCompressEnd(bz_stream *strm) | |||
375 | free(s->crc32table); | 376 | free(s->crc32table); |
376 | free(strm->state); | 377 | free(strm->state); |
377 | } | 378 | } |
379 | #endif | ||
378 | 380 | ||
379 | 381 | ||
380 | /*---------------------------------------------------*/ | 382 | /*---------------------------------------------------*/ |