Fix various leaks in 7z archive parsing code and isolate leaks in rar handling code to rar archives only

This commit is contained in:
Felix Kauselmann
2015-03-25 15:17:20 +01:00
parent 7f04e688f4
commit efa50285fe
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;