Skip to content

Commit

Permalink
Merge pull request #4883 from ruuk/deletesound
Browse files Browse the repository at this point in the history
Delete sound in CActiveAE::DiscardSound
  • Loading branch information
jmarshallnz authored and Jonathan Marshall committed Jun 15, 2014
1 parent ce3ec68 commit 6c65e53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/cores/AudioEngine/Engines/ActiveAE/ActiveAE.cpp
Expand Up @@ -1362,6 +1362,7 @@ void CActiveAE::DiscardSound(CActiveAESound *sound)
if ((*it) == sound)
{
m_sounds.erase(it);
delete sound;
return;
}
}
Expand Down

0 comments on commit 6c65e53

Please sign in to comment.