mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
Fix for coco_dsk by Firewave (now hatsnew)
This commit is contained in:
parent
ea02981f0b
commit
f3a2397a09
@ -838,7 +838,7 @@ static floperr_t coco_dmk_format_track(floppy_image *floppy, int head, int track
|
||||
done:
|
||||
if (sector_map)
|
||||
free(sector_map);
|
||||
return FLOPPY_ERROR_SUCCESS;
|
||||
return err;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user