Also destroy the query lock in the Volume destructor.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26477 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2008-07-17 20:54:11 +00:00
parent 41da6509b2
commit 6eeea348d0

View File

@ -289,6 +289,7 @@ Volume::Volume(fs_volume *volume)
Volume::~Volume()
{
mutex_destroy(&fQueryLock);
mutex_destroy(&fLock);
}