Merge pull request #10045 from marcelofg55/audioserver_finish

Fix double finalisation of audio drivers
This commit is contained in:
Rémi Verschelde
2017-08-07 11:11:03 +02:00
committed by GitHub
4 changed files with 18 additions and 15 deletions

View File

@ -1192,10 +1192,6 @@ void OS_Windows::finalize() {
main_loop = NULL;
for (int i = 0; i < get_audio_driver_count(); i++) {
AudioDriverManager::get_driver(i)->finish();
}
memdelete(joypad);
memdelete(input);