mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #11121 from RandomShaper/fix-errors-at-exit-2.1
Fix errors at exit (2.1)
This commit is contained in:
commit
28d4b2da7a
1 changed files with 2 additions and 0 deletions
|
|
@ -337,6 +337,8 @@ void AudioDriverWASAPI::finish() {
|
||||||
memdelete(mutex);
|
memdelete(mutex);
|
||||||
mutex = NULL;
|
mutex = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
samples_in.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
AudioDriverWASAPI::AudioDriverWASAPI() {
|
AudioDriverWASAPI::AudioDriverWASAPI() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue