inflateEnd

fnint inflateEnd(z_stream * strm) nothrow

Free inflate state and resources.

Parameters

strmPointer to z_stream.

Returns

Z_OK on success, or an error code.