Chromium Code Reviews
DescriptionFixes crash in AudioManagerMac at shutdown.
Takes a copy of the list of input streams before deleting the stream.
The reason is that when a stream is deleted it also removes itself from the list and we are iterating over that same list. Should be resolved by taking a copy of the list first.
BUG=626512
Committed: https://crrev.com/fe1a694e498267bfa2597f5db820148f4eb38bd6
Cr-Commit-Position: refs/heads/master@{#404349}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Improved comment #Messages
Total messages: 14 (7 generated)
|