Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[videoplayer] Fix "Iterator 'it' used after element has been erased". #14190

Merged
merged 1 commit into from
Jul 17, 2018

Conversation

ace20022
Copy link
Member

No description provided.

@ace20022 ace20022 added Type: Fix non-breaking change which fixes an issue Component: Video v18 Leia labels Jul 16, 2018
{
if ((*it).get() == pool)
{
m_discardedPools.push_back(*it);
m_pools.erase(it);
it = m_pools.erase(it);

This comment was marked as spam.

This comment was marked as spam.

@notspiff notspiff merged commit c8fc7e3 into xbmc:master Jul 17, 2018
@Rechi Rechi added this to the Leia 18.0-alpha3 milestone Jul 17, 2018
@ace20022 ace20022 deleted the warnings branch July 17, 2018 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Video Type: Fix non-breaking change which fixes an issue v18 Leia
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants