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