example/cuse_client.c: fix fd leakage problem
authorZhiqiang Liu <liuzhiqiang26@huawei.com>
Thu, 5 Nov 2020 10:16:58 +0000 (18:16 +0800)
committerNikolaus Rath <Nikolaus@rath.org>
Fri, 6 Nov 2020 19:26:03 +0000 (19:26 +0000)
commit8b4c5d90ee3137472fd63eea1b46cf19da874abd
tree9d7014f6d14b3d63f147ad7a0ef2c680221a2381
parent2a87b64af7cdff331f62cff37d3b8528299d1708
example/cuse_client.c: fix fd leakage problem

In cuse_client.c, fd should be closed before return.
Otherwise, it will cause fd leakage problem.

Signed-off-by: Zhiqiang Liu <liuzhiqiang26@huawei.com>
Signed-off-by: Haotian Li <lihaotian9@huawei.com>
example/cuse_client.c