decompress_iob(): Don't leak the memory allocated by inflateInit2()
authorFabian Keil <fk@fabiankeil.de>
Thu, 10 Sep 2020 16:22:13 +0000 (18:22 +0200)
committerFabian Keil <fk@fabiankeil.de>
Fri, 11 Sep 2020 14:35:39 +0000 (16:35 +0200)
commitbbd53f1010b3d6a7b55d0094b2370c3a49322ddb
tree74721e84ac0ad714c9f9ad207ebd565bbb8fe740
parent1caad5412cf064ef018ce94f1bb3827f366b9210
decompress_iob(): Don't leak the memory allocated by inflateInit2()

... when the buffer limit is reached or we're running out of memory.
parsers.c