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