Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 210 of file ftzopen.c.
{ FT_Memory memory = state->memory; ft_lzwstate_reset( state ); if ( state->stack != state->stack_0 ) FT_FREE( state->stack ); FT_FREE( state->prefix ); state->suffix = NULL; FT_ZERO( state ); }