Fix: fd and memory leak in mount.fuse.c (#614)
authorlixiaokeng <63774002+lixiaokeng@users.noreply.github.com>
Mon, 6 Sep 2021 12:37:45 +0000 (20:37 +0800)
committerGitHub <noreply@github.com>
Mon, 6 Sep 2021 12:37:45 +0000 (13:37 +0100)
commitaaf767a6cc20f3f48c161b71cfdf297c1bc97e72
tree18d25ff5cebc9c1a5af77fb5d1e5d233dab5aec5
parent9677eca556ca15a5899f4953c13783f834917ee0
Fix: fd and memory leak in mount.fuse.c (#614)

The command isn't freed and the fuse_fd isn't
closed if execl failed. Fix it.

Signed-off-by: Lixiaokeng <lixiaokeng@huawei.com>
util/mount.fuse.c