Merge pull request #250 from retro-wertz/patch-1
FDS: Fix pointers are not freed when closing rom
This commit is contained in:
@@ -849,6 +849,8 @@ int FDSLoad(const char *name, FCEUFILE *fp) {
|
|||||||
memcpy(diskdatao[x], diskdata[x], 65500);
|
memcpy(diskdatao[x], diskdata[x], 65500);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
DiskWritten = 1;
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
/* auxillary rom loading for save file is now handled
|
/* auxillary rom loading for save file is now handled
|
||||||
* using retro_get_memory_size/data */
|
* using retro_get_memory_size/data */
|
||||||
|
|||||||
Reference in New Issue
Block a user