Tiny cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28973 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -111,7 +111,7 @@ Stack::~Stack()
|
|||||||
mutex_lock(&fExploreLock);
|
mutex_lock(&fExploreLock);
|
||||||
mutex_destroy(&fExploreLock);
|
mutex_destroy(&fExploreLock);
|
||||||
|
|
||||||
//Release the bus modules
|
// Release the bus modules
|
||||||
for (Vector<BusManager *>::Iterator i = fBusManagers.Begin();
|
for (Vector<BusManager *>::Iterator i = fBusManagers.Begin();
|
||||||
i != fBusManagers.End(); i++) {
|
i != fBusManagers.End(); i++) {
|
||||||
delete (*i);
|
delete (*i);
|
||||||
|
|||||||
Reference in New Issue
Block a user