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:
parent
41da6509b2
commit
6eeea348d0
@ -289,6 +289,7 @@ Volume::Volume(fs_volume *volume)
|
||||
|
||||
Volume::~Volume()
|
||||
{
|
||||
mutex_destroy(&fQueryLock);
|
||||
mutex_destroy(&fLock);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user