mirror of
https://github.com/Xevion/easy7zip.git
synced 2026-02-01 02:24:22 -06:00
show MessageBox with the ZStandard error message, when there are problems while decompressing
This commit is contained in:
@@ -27,8 +27,6 @@ CEncoder::~CEncoder()
|
||||
|
||||
MyFree(_buffIn);
|
||||
MyFree(_buffOut);
|
||||
_buffIn = 0;
|
||||
_buffOut = 0;
|
||||
}
|
||||
|
||||
STDMETHODIMP CEncoder::SetCoderProperties(const PROPID * propIDs, const PROPVARIANT * coderProps, UInt32 numProps)
|
||||
|
||||
Reference in New Issue
Block a user