mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-11 14:30:08 +00:00
don't leak
This commit is contained in:
parent
5b46978233
commit
418509f2c1
@ -198,6 +198,7 @@ int c_new_diskette_6(int drive, const char * const raw_file_name, int force) {
|
||||
// ...
|
||||
}
|
||||
#endif
|
||||
free(file_name);
|
||||
return 1;
|
||||
}
|
||||
if (unlink(file_name)) // temporarily remove .gz file
|
||||
|
Loading…
x
Reference in New Issue
Block a user