mirror of
https://github.com/YACReader/yacreader
synced 2025-11-05 01:35:19 -05:00
fixed hangs when using SW flow in YACReaderLibrary
This commit is contained in:
@ -24,6 +24,7 @@ ComicFlow::ComicFlow(QWidget* parent,FlowType flowType)
|
||||
|
||||
ComicFlow::~ComicFlow()
|
||||
{
|
||||
worker->terminate();
|
||||
delete worker;
|
||||
delete updateTimer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user