ST_STORE::StDrainReadContextList

void ST_STORE::StDrainReadContextList(){
  _QWORD *v0; 
  _QWORD *v1; 
  void *v2; 

  RtlpInterlockedFlushSList();
  v1 = v0;
  while( v1 )
  {
    v2 = v1;
    v1 = (_QWORD *)*v1;
    ExFreePoolWithTag(v2, 0);
  }
}

Referenced by:

No references.