Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 527 of file parser.c.
Referenced by ParserOpen().
{ ParserFlushFile(); ParserFree(CurProfile->section); HeapFree(GetProcessHeap(), 0, CurProfile->filename); CurProfile->changed = FALSE; CurProfile->section = NULL; CurProfile->filename = NULL; CurProfile->encoding = ENCODING_UTF8; }