mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 21:14:58 -06:00
fix Bug #141
This commit is contained in:
committed by
Tino Reichardt
parent
86721224f0
commit
03cc9ede2b
@@ -227,6 +227,9 @@ STDMETHODIMP CEncoder::Code(ISequentialInStream *inStream,
|
||||
ZSTD_inBuffer inBuff;
|
||||
size_t err, srcSize;
|
||||
|
||||
_processedIn = 0;
|
||||
_processedOut = 0;
|
||||
|
||||
if (!_ctx) {
|
||||
_ctx = ZSTD_createCCtx();
|
||||
if (!_ctx)
|
||||
|
||||
Reference in New Issue
Block a user