f2fs: compress: fix to call missing destroy_compress_ctx()
authorChao Yu <yuchao0@huawei.com>
Tue, 3 Mar 2020 08:57:06 +0000 (16:57 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 31 Mar 2020 03:46:26 +0000 (20:46 -0700)
commit09ff48011e220e2b4f1d9ce2f472ecb63645cbfc
tree157030022cdb3ccd25942b8ddb4153a83862543f
parent91faa5344fd22acf383a01701f184c450b7a6a76
f2fs: compress: fix to call missing destroy_compress_ctx()

Otherwise, it will cause memory leak.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/compress.c