diff --git a/src/kits/storage/Node.cpp b/src/kits/storage/Node.cpp index 32bd6ce4c3..9e14ce0de0 100644 --- a/src/kits/storage/Node.cpp +++ b/src/kits/storage/Node.cpp @@ -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. */ -