fusermount(): fix a mount and unmount time mountpoint size memory leak

master
szaka 2008-03-23 14:33:26 +00:00
parent 6d8f003336
commit f2b8efc36a
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}