mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-23 12:44:02 +00:00
TONY: Bugfix for crash when changing scene whilst music is playing
This commit is contained in:
parent
46d87ef76a
commit
69ce6e35f4
@ -536,6 +536,8 @@ bool FPStream::unloadFile() {
|
||||
/* Closes the file handle stream */
|
||||
delete _loopStream;
|
||||
delete _rewindableStream;
|
||||
_loopStream = NULL;
|
||||
_rewindableStream = NULL;
|
||||
_file.close();
|
||||
|
||||
// Flag that the file is no longer in memory
|
||||
|
Loading…
x
Reference in New Issue
Block a user