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:
Bruno G. Albuquerque 2008-04-25 15:33:35 +00:00
parent 8ce1d51721
commit 3dd2f0667e
1 changed files with 1 additions and 3 deletions

View File

@ -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()
{
Unlock();
Unset();
}
@ -840,4 +839,3 @@ BNode::InitAttrDir()
/*! \var BNode::fCStatus
The object's initialization status.
*/