mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Fix a Memory leak in CoreAudio backend, around 2MB. Stops OpenCL from trying to decode CMPR textures, as it fails horribly. Fixes a memory leak in EXI devices, where the destructor wouldn't be called, causing a 32MB leak with memory cards(if you have two), and maybe a bit more from the other EXI devices
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5042 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -138,6 +138,7 @@ bool CoreAudioSound::CoreAudioInit()
|
||||
if(err)
|
||||
printf("Error while closing component\n");
|
||||
|
||||
free(soundStruct);
|
||||
return true;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user