nfs4: Fix double free at unmounting

This commit is contained in:
Pawel Dziepak 2012-07-04 15:45:08 +02:00
parent 8f57d30ea4
commit 085c6e2d99

View File

@ -96,7 +96,6 @@ Inode::CreateInode(Filesystem* fs, const FileInfo &fi, Inode** _inode)
Inode::~Inode() Inode::~Inode()
{ {
free(const_cast<char*>(fInfo.fName));
} }