Mir

Code review comment for lp:~raof/mir/no-unbounded-multimaps

Revision history for this message
Chris Halse Rogers (raof) wrote :

Ah, I think you've been mislead by the whitespace change above.

stream_associated_buffers.erase(current) is called in release_buffer(). The new stream_associated_buffers.erase(associated_range.first, associated_range.second) call is in release_buffer_stream.

This could indeed be replaced by a stream_associated_buffers.erase(stream_id).

« Back to merge proposal