mirror of
https://github.com/YACReader/yacreader
synced 2025-07-25 16:34:56 -04:00
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:
@ -66,6 +66,7 @@ public slots:
|
||||
bool toolsLoaded();
|
||||
private:
|
||||
SevenZipInterface * szInterface;
|
||||
|
||||
QLibrary * sevenzLib;
|
||||
#ifdef Q_OS_UNIX
|
||||
QLibrary * rarLib;
|
||||
|
Reference in New Issue
Block a user