nfs4: Fix double free at unmounting
This commit is contained in:
@@ -96,7 +96,6 @@ Inode::CreateInode(Filesystem* fs, const FileInfo &fi, Inode** _inode)
|
||||
|
||||
Inode::~Inode()
|
||||
{
|
||||
free(const_cast<char*>(fInfo.fName));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user