mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 14:24:54 +00:00
DSPHLE: fix an unimportant memory leak
This commit is contained in:
parent
df44b67e64
commit
a00ae4ad79
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,8 @@ void DSPHLE::DSP_StopSoundStream()
|
|||
|
||||
void DSPHLE::Shutdown()
|
||||
{
|
||||
delete m_pUCode;
|
||||
m_pUCode = nullptr;
|
||||
}
|
||||
|
||||
void DSPHLE::DSP_Update(int cycles)
|
||||
|
|
Loading…
Add table
Reference in a new issue