From 3dd2f0667e5badc80466f2d929639521810b8789 Mon Sep 17 00:00:00 2001 From: "Bruno G. Albuquerque" Date: Fri, 25 Apr 2008 15:33:35 +0000 Subject: [PATCH] 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 --- src/kits/storage/Node.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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. */ -