deflateEnd

fnint deflateEnd(z_stream * strm) nothrow

Free deflate state and resources.

Parameters

strmPointer to z_stream.

Returns

Z_OK on success, or an error code.