ntfs: fix double free #8484
This commit is contained in:
parent
966df2f98b
commit
75d1324b91
@ -965,8 +965,6 @@ fs_create(fs_volume *_vol, fs_vnode *_dir, const char *name, int omode,
|
||||
result = errno;
|
||||
}
|
||||
|
||||
free(uname);
|
||||
|
||||
exit:
|
||||
if (result >= B_OK)
|
||||
*_cookie = cookie;
|
||||
|
Loading…
Reference in New Issue
Block a user