VOID __stdcall KeFreeXStateContext(XSTATE_CONTEXT *Context){
void *Buffer;
if( Context )
{
Buffer = Context->Buffer;
if( Buffer )
{
ExFreePoolWithTag(Buffer, 0x76615358u);
Context->Mask = 0i64;
Context->Length = 0;
Context->Buffer = 0i64;
Context->Area = 0i64;
}
}
}