mirror of
https://github.com/YACReader/yacreader
synced 2026-02-22 15:03:03 -05: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