Shame on me. The node is actually unlocked in close_fd().
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25159 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -168,11 +168,10 @@ BNode::BNode(const BNode &node)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*! \brief Unlocks the BNode and frees all resources associated with it.
|
/*! \brief Frees all resources associated with the BNode.
|
||||||
*/
|
*/
|
||||||
BNode::~BNode()
|
BNode::~BNode()
|
||||||
{
|
{
|
||||||
Unlock();
|
|
||||||
Unset();
|
Unset();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -840,4 +839,3 @@ BNode::InitAttrDir()
|
|||||||
/*! \var BNode::fCStatus
|
/*! \var BNode::fCStatus
|
||||||
The object's initialization status.
|
The object's initialization status.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user