diff options
Diffstat (limited to 'lib/mount.c')
-rw-r--r-- | lib/mount.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/mount.c b/lib/mount.c index ed5f56d..159dc48 100644 --- a/lib/mount.c +++ b/lib/mount.c @@ -496,6 +496,8 @@ static int fuse_mount_sys(const char *mnt, struct mount_opts *mo, if (res == -1) goto out_umount; } + free(type); + free(source); return fd; |