mirror of
https://github.com/libretro/FBNeo.git
synced 2024-11-23 08:59:39 +00:00
romdata bug, fix
This commit is contained in:
parent
e6cd361a39
commit
a7d8f1b79e
@ -406,7 +406,7 @@ void RomDataExit()
|
||||
if (NULL != pDataRomDesc) {
|
||||
|
||||
for (int i = 0; i < RDI.nDescCount + 1; i++) {
|
||||
free(pDataRomDesc[RDI.nDescCount].szName);
|
||||
free(pDataRomDesc[i].szName);
|
||||
}
|
||||
|
||||
free(pDataRomDesc);
|
||||
|
Loading…
Reference in New Issue
Block a user