Tiny cleanup.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28973 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz 2009-01-20 20:59:40 +00:00
parent c6790819de
commit 23ce8ab1da

View File

@ -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);