TTS: Resolve segfault when exiting scummvm
This commit is contained in:
parent
39e74b027e
commit
8c44b03231
3 changed files with 4 additions and 2 deletions
|
@ -87,7 +87,7 @@ LinuxTextToSpeechManager::LinuxTextToSpeechManager()
|
|||
}
|
||||
|
||||
LinuxTextToSpeechManager::~LinuxTextToSpeechManager() {
|
||||
spd_close(_connection);
|
||||
//spd_close(_connection);
|
||||
}
|
||||
|
||||
void LinuxTextToSpeechManager::updateState(LinuxTextToSpeechManager::SpeechState state) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue