test solution for 2810
This commit is contained in:
parent
a3877d3fde
commit
eb15dbbaa9
1 changed files with 2 additions and 0 deletions
|
@ -132,6 +132,8 @@ public class TTSCommandPlayerImpl extends AbstractPrologCommandPlayer {
|
|||
public void stop(){
|
||||
if (mTts != null){
|
||||
mTts.stop();
|
||||
//Test to see if this fixes #2810
|
||||
mTts = null;
|
||||
}
|
||||
ttsRequests = 0;
|
||||
if (ctx != null) {
|
||||
|
|
Loading…
Reference in a new issue