Destroys Zstandard context created with zstd_compress_multi()
or
zstd_uncompress_multi()
.
The function returns the followin error codes:
E_COMPILER
if C pointer could not be nullified (compiler bug).E_ZSTD
on library error.Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(zstd_context_type), | intent(inout) | :: | context |
Zstandard context type. |