Merged in selmf/yacreader/compressed-archive-testing (pull request #22)

Fix various leaks in 7z archive parsing code and isolate leaks in rar handling code to rar archives only
This commit is contained in:
Luis Ángel San Martín
2015-03-25 19:00:48 +01:00
parent fdc7e3ed1e
commit 37a972e873
3 changed files with 86 additions and 46 deletions

View File

@ -66,6 +66,7 @@ public slots:
bool toolsLoaded();
private:
SevenZipInterface * szInterface;
QLibrary * sevenzLib;
#ifdef Q_OS_UNIX
QLibrary * rarLib;