mount.fuse.c: fix potential memory leak in main func
authorZhiqiang Liu <liuzhiqiang26@huawei.com>
Thu, 5 Nov 2020 09:24:12 +0000 (17:24 +0800)
committerNikolaus Rath <Nikolaus@rath.org>
Fri, 6 Nov 2020 19:26:03 +0000 (19:26 +0000)
commit5670dde86ce311bfc68b0398cda545b3230787e8
treec44977ede4200f5466d0e3127c8fd1d2386e225a
parent8b318a7ed691a075b89c7d095bf582af957fb075
mount.fuse.c: fix potential memory leak in main func

In mount.fuse.c, there are several memory leak problems in
main func. For example, setuid_name is allocated by calling
xstrdup func, however it is not freed before calling execl func.

Signed-off-by: Zhiqiang Liu <liuzhiqiang26@huawei.com>
Signed-off-by: Haotian Li <lihaotian9@huawei.com>
util/mount.fuse.c