X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/567e56313a9c14e877814c1223f5dc8839dc95b3..f08ca43472b518b93230acd853532d79b7e8a3a5:/zlib/infblock.c diff --git a/zlib/infblock.c b/zlib/infblock.c index 58f0628c..96a7a265 100644 --- a/zlib/infblock.c +++ b/zlib/infblock.c @@ -1,5 +1,5 @@ /* infblock.c -- interpret and process block types to last block - * Copyright (C) 1995-1998 Mark Adler + * Copyright (C) 1995-2002 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ @@ -315,7 +315,6 @@ int r; t = inflate_trees_dynamic(257 + (t & 0x1f), 1 + ((t >> 5) & 0x1f), s->sub.trees.blens, &bl, &bd, &tl, &td, s->hufts, z); - ZFREE(z, s->sub.trees.blens); if (t != Z_OK) { if (t == (uInt)Z_DATA_ERROR)