mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kutils: do not remove all jobs from KSpeech destuctor
if the KSpeech object is stack-allocated then a voice message may be dispatched and stopped shortly after when the KSpeech object is destroyed Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
ee7c852183
commit
2673f025e6
1 changed files with 0 additions and 1 deletions
|
@ -150,7 +150,6 @@ KSpeech::KSpeech(QObject* parent)
|
|||
|
||||
KSpeech::~KSpeech()
|
||||
{
|
||||
removeAllJobs();
|
||||
delete d;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue