mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 23:37:46 -04:00
mcd, fix memory leaks
This commit is contained in:
parent
fa4954281c
commit
ef3241d203
2 changed files with 3 additions and 2 deletions
|
@ -24,6 +24,7 @@ PICO_INTERNAL void PicoInitMCD(void)
|
|||
|
||||
PICO_INTERNAL void PicoExitMCD(void)
|
||||
{
|
||||
cdd_unload();
|
||||
}
|
||||
|
||||
PICO_INTERNAL void PicoPowerMCD(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue