WbFreeWarbirdEncryptionSegment

NTSTATUS __stdcall WbFreeWarbirdEncryptionSegment(PVOID P){
  void *v2; 
  void *v3; 

  if( P )
  {
    v2 = (void *)*((_QWORD *)P + 5);
    if( v2 )
      ExFreePoolWithTag(v2, 0x42524157u);
    v3 = (void *)*((_QWORD *)P + 7);
    if( v3 )
      ExFreePoolWithTag(v3, 0x42524157u);
    ExFreePoolWithTag(P, 0x42524157u);
  }
  return 0;
}

Referenced by:

WbFreeWarbirdProcess
sub_1405D2184