Skip to content

Commit

Permalink
romdata bug, fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkc64 committed Oct 26, 2024
1 parent e6cd361 commit a7d8f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/burner/win32/romdata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a7d8f1b

Please sign in to comment.