fixed memory leak in CompressedArchive

This commit is contained in:
Luis Ángel San Martín
2013-08-27 19:22:24 +02:00
parent adcd9f820d
commit 3125190184
4 changed files with 10 additions and 12 deletions

View File

@ -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();
}