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