TTS: Resolve segfault when exiting scummvm

This commit is contained in:
Jaromir Wysoglad 2019-07-11 22:53:58 +02:00 committed by Filippos Karapetis
parent 39e74b027e
commit 8c44b03231
3 changed files with 4 additions and 2 deletions

View file

@ -87,7 +87,7 @@ LinuxTextToSpeechManager::LinuxTextToSpeechManager()
}
LinuxTextToSpeechManager::~LinuxTextToSpeechManager() {
spd_close(_connection);
//spd_close(_connection);
}
void LinuxTextToSpeechManager::updateState(LinuxTextToSpeechManager::SpeechState state) {