NetWrok.HTTP.Zlib.InflateBlocks.Free C# (CSharp) Method

Free() private method

private Free ( ZlibCodec z ) : void
z ZlibCodec
return void
        internal void Free(ZlibCodec z)
        {
            Reset (z, null);
            window = null;
            hufts = null;
            //ZFREE(z, s);
        }