ntfsmount: fix small memleak
parent
59e70eab49
commit
6a9aca9a22
|
@ -558,8 +558,9 @@ exit:
|
|||
return res;
|
||||
}
|
||||
|
||||
static int ntfs_fuse_rm_file(char *file __attribute__((unused)))
|
||||
static int ntfs_fuse_rm_file(char *file)
|
||||
{
|
||||
free(file);
|
||||
return -EOPNOTSUPP;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue