mirror of
https://github.com/Retropex/dolphin.git
synced 2025-05-13 03:40:44 +02:00
Merge pull request #1789 from Tilka/memleak
DSPHLE: fix an unimportant memory leak
This commit is contained in:
commit
c3d52e0476
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user