mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 07:24:58 -04:00
fixed memory leak in CompressedArchive
This commit is contained in:
@ -406,10 +406,6 @@ QList<QVector<quint32> > FileComic::getSections(int & sectionIndex)
|
||||
|
||||
void FileComic::process()
|
||||
{
|
||||
QTime myTimer;
|
||||
myTimer.start();
|
||||
// do something..
|
||||
|
||||
CompressedArchive archive(_path);
|
||||
//se filtran para obtener s<>lo los formatos soportados
|
||||
_order = archive.getFileNames();
|
||||
@ -459,7 +455,7 @@ void FileComic::process()
|
||||
}*/
|
||||
|
||||
emit imagesLoaded();
|
||||
moveToThread(QApplication::instance()->thread());
|
||||
//moveToThread(QApplication::instance()->thread());
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user