Narrow FileAccess scope to prevent deadlocks.
This commit is contained in:
parent
5974e1432e
commit
4bf99f4af2
29 changed files with 511 additions and 459 deletions
|
|
@ -152,7 +152,7 @@ void VideoStreamPlaybackTheora::clear() {
|
|||
theora_eos = false;
|
||||
vorbis_eos = false;
|
||||
|
||||
file = Ref<FileAccess>();
|
||||
file.unref();
|
||||
playing = false;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue