diff --git a/tests/decodecorpus.c b/tests/decodecorpus.c index dd2bc562..59b2af78 100644 --- a/tests/decodecorpus.c +++ b/tests/decodecorpus.c @@ -1345,6 +1345,7 @@ static size_t testDecodeWithDict(U32 seed, size_t dictSize) errorDetected = ERROR(corruption_detected); goto dictTestCleanup; } + ZSTD_freeDCtx(dctx); } }