mirror of
https://github.com/YACReader/yacreader
synced 2026-01-30 11:53:32 -05: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