mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-11 16:49:28 +02:00
DSPHLE: fix an unimportant memory leak
This commit is contained in:
@ -62,6 +62,8 @@ void DSPHLE::DSP_StopSoundStream()
|
|||||||
|
|
||||||
void DSPHLE::Shutdown()
|
void DSPHLE::Shutdown()
|
||||||
{
|
{
|
||||||
|
delete m_pUCode;
|
||||||
|
m_pUCode = nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
void DSPHLE::DSP_Update(int cycles)
|
void DSPHLE::DSP_Update(int cycles)
|
||||||
|
Reference in New Issue
Block a user