Skip to content

Commit

Permalink
Merge pull request #1789 from Tilka/memleak
Browse files Browse the repository at this point in the history
DSPHLE: fix an unimportant memory leak
  • Loading branch information
delroth committed Jan 3, 2015
2 parents 799d69c + a00ae4a commit c3d52e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Core/Core/HW/DSPHLE/DSPHLE.cpp
Expand Up @@ -62,6 +62,8 @@ void DSPHLE::DSP_StopSoundStream()

void DSPHLE::Shutdown()
{
delete m_pUCode;
m_pUCode = nullptr;
}

void DSPHLE::DSP_Update(int cycles)
Expand Down

0 comments on commit c3d52e0

Please sign in to comment.