Ejemplo n.º 1
0
 internal int InflateEnd(ZStream z)
 {
     if (blocks != null)
     {
         blocks.Free(z);
     }
     blocks = null;
     //    ZFREE(z, z->state);
     return(ZOk);
 }