bindfs: Fix double deletion of root node on unmount
The VFS calls the FS's put_vnode() for all nodes, including the root node, prior to calling unmount().
This commit is contained in:
@@ -40,7 +40,6 @@ Volume::Volume(fs_volume* fsVolume)
|
|||||||
|
|
||||||
Volume::~Volume()
|
Volume::~Volume()
|
||||||
{
|
{
|
||||||
delete fRootNode;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user