mirror of
https://review.haiku-os.org/haiku
synced 2025-02-01 11:15:59 +01:00
media_server: Adapt to new HashMap API.
This commit is contained in:
parent
b7598b65ba
commit
b6adef8501
@ -158,7 +158,7 @@ BufferManager::CleanupTeam(team_id team)
|
||||
PRINT(1, "BufferManager::CleanupTeam: removing buffer id %"
|
||||
B_PRId32 " that has no teams\n", entry.key.GetHashCode());
|
||||
_ReleaseClonedArea(entry.value.area);
|
||||
iterator.Remove();
|
||||
fBufferInfoMap.Remove(iterator);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user