mirror of
https://github.com/holub/mame
synced 2025-05-07 23:02:33 +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:
|
done:
|
||||||
if (sector_map)
|
if (sector_map)
|
||||||
free(sector_map);
|
free(sector_map);
|
||||||
return FLOPPY_ERROR_SUCCESS;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user