ugly fix for crash opening rar files in Unix systems (posible memory leak added...) (7z.so there are issues with special chars in paths: ?????, etc)

This commit is contained in:
Luis Ángel San Martín
2013-12-12 06:19:22 -08:00
parent 254be28189
commit 8ec24a9985
2 changed files with 18 additions and 8 deletions

View File

@ -51,6 +51,8 @@ public:
STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value);
STDMETHOD(CreateDecoder)(UInt32 index, const GUID *iid, void **coder);
STDMETHOD(CreateEncoder)(UInt32 index, const GUID *iid, void **coder);
bool isRar;
#endif
signals: