fusermount(): fix a mount and unmount time mountpoint size memory leak
parent
6d8f003336
commit
f2b8efc36a
|
@ -729,5 +729,6 @@ int fusermount(int unmount, int quiet, int lazy, const char *opts,
|
|||
res = mount_fuse(mnt, opts);
|
||||
out:
|
||||
umask(old_umask);
|
||||
free(mnt);
|
||||
return res;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue