fixed ZSTD_copyCCtx

This commit is contained in:
inikep
2016-02-25 22:31:07 +01:00
parent 59493e8669
commit f414647c6b
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -159,6 +159,7 @@ size_t ZSTD_decompressBegin(ZSTD_DCtx* dctx)
dctx->dictEnd = NULL;
dctx->hufTableX4[0] = HufLog;
dctx->flagStaticTables = 0;
dctx->params.searchLength = MINMATCH;
return 0;
}