media_server: Adapt to new HashMap API.
This commit is contained in:
@@ -158,7 +158,7 @@ BufferManager::CleanupTeam(team_id team)
|
|||||||
PRINT(1, "BufferManager::CleanupTeam: removing buffer id %"
|
PRINT(1, "BufferManager::CleanupTeam: removing buffer id %"
|
||||||
B_PRId32 " that has no teams\n", entry.key.GetHashCode());
|
B_PRId32 " that has no teams\n", entry.key.GetHashCode());
|
||||||
_ReleaseClonedArea(entry.value.area);
|
_ReleaseClonedArea(entry.value.area);
|
||||||
iterator.Remove();
|
fBufferInfoMap.Remove(iterator);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user