vapier / ncompress

a fast, simple LZW file compressor
https://vapier.github.io/ncompress/
The Unlicense
104 stars 18 forks source link

don't leak file descriptor in error cases #16

Closed praiskup closed 6 years ago

praiskup commented 6 years ago

This was wasting fd numbers if ncompress operated recursively.

vapier commented 6 years ago

thanks!