mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 15:35:03 -04:00
Fix various leaks in 7z archive parsing code and isolate leaks in rar handling code to rar archives only
This commit is contained in:
@ -30,7 +30,7 @@ int main(int argc, char *argv[])
|
||||
QString s(argv[1]);
|
||||
|
||||
QStringList supportedFormats;
|
||||
supportedFormats << "rar" << "zip" << "tar";
|
||||
supportedFormats << "rar"<< "zip" << "tar";
|
||||
|
||||
QElapsedTimer timer;
|
||||
timer.start();
|
||||
@ -67,7 +67,7 @@ int main(int argc, char *argv[])
|
||||
cerr << archive.getFileNames().at(0).toStdString();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
quint64 end = timer.elapsed();
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user