mirror of
https://github.com/YACReader/yacreader
synced 2026-03-20 04:29:47 -04:00
fixed memory leak in CompressedArchive
This commit is contained in:
@ -642,7 +642,7 @@ void Render::createComic(const QString & path)
|
||||
{
|
||||
if(comic!=0)
|
||||
{
|
||||
comic->moveToThread(QApplication::instance()->thread());
|
||||
//comic->moveToThread(QApplication::instance()->thread());
|
||||
comic->disconnect();
|
||||
comic->deleteLater();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user