mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
fix double free()
This commit is contained in:
parent
6065f71bb2
commit
54978459bf
@ -171,7 +171,6 @@ static void autosave_thread(void *data)
|
||||
filestream_write(file, save->buffer, save->bufsize);
|
||||
filestream_flush(file);
|
||||
filestream_close(file);
|
||||
free(file);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user