From 88239f4f886f9a4d0ea9379f25f8dae807d9d2b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Wed, 11 Feb 2015 12:24:51 +0100 Subject: [PATCH] fixed hangs when using SW flow in YACReaderLibrary --- YACReaderLibrary/comic_flow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/YACReaderLibrary/comic_flow.cpp b/YACReaderLibrary/comic_flow.cpp index 06e2af58..730687b4 100644 --- a/YACReaderLibrary/comic_flow.cpp +++ b/YACReaderLibrary/comic_flow.cpp @@ -24,6 +24,7 @@ ComicFlow::ComicFlow(QWidget* parent,FlowType flowType) ComicFlow::~ComicFlow() { + worker->terminate(); delete worker; delete updateTimer; }