Merge pull request #1789 from Tilka/memleak

DSPHLE: fix an unimportant memory leak
This commit is contained in:
Pierre Bourdon 2015-01-03 01:50:16 +01:00
commit c3d52e0476
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ void DSPHLE::DSP_StopSoundStream()
void DSPHLE::Shutdown()
{
delete m_pUCode;
m_pUCode = nullptr;
}
void DSPHLE::DSP_Update(int cycles)