fix: no leak when LZ4F_dctx creation fails
authorYann Collet <cyan@fb.com>
Mon, 22 Apr 2019 23:06:22 +0000 (16:06 -0700)
committerYann Collet <cyan@fb.com>
Mon, 22 Apr 2019 23:06:22 +0000 (16:06 -0700)
commit35b83a921f8030ee9b71cbb7324dc7aafaeb9878
tree5ea898b56cfc62cdd42ad6f0c39a826995ed456e
parent5a50247d5feb0b25d1869ab72bd8f6834e0d4585
fix: no leak when LZ4F_dctx creation fails

strange, because it previous implementation, it would `exit()`,
so it should not matter ...
programs/lz4io.c