show MessageBox with the ZStandard error message, when there are problems while decompressing

This commit is contained in:
Tino Reichardt
2016-09-05 22:33:50 +02:00
parent ec25a9576b
commit 7a9d12a5a3
3 changed files with 30 additions and 15 deletions
-2
View File
@@ -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)