fixed hangs when using SW flow in YACReaderLibrary

This commit is contained in:
Luis Ángel San Martín 2015-02-11 12:24:51 +01:00
parent b3452f9b8b
commit 88239f4f88

View File

@ -24,6 +24,7 @@ ComicFlow::ComicFlow(QWidget* parent,FlowType flowType)
ComicFlow::~ComicFlow()
{
worker->terminate();
delete worker;
delete updateTimer;
}