Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 226 of file t42parse.c.
Referenced by t42_loader_done().
{ FT_Memory memory = parser->root.memory; /* free the base dictionary only when we have a disk stream */ if ( !parser->in_memory ) FT_FREE( parser->base_dict ); parser->root.funcs.done( &parser->root ); }