PiUEventFreeEventEntry

VOID __fastcall PiUEventFreeEventEntry(PVOID P){
  void *v2; 
  void *v3; 
  void *v4; 
  v2 = (void *)*((_QWORD *)P + 3);
  if( v2 )
    ExFreePoolWithTag(v2, 0x59706E50u);
  v3 = (void *)*((_QWORD *)P + 2);
  if( v3 )
    ExFreePoolWithTag(v3, 0x59706E50u);
  v4 = (void *)*((_QWORD *)P + 6);
  if( v4 )
    ExFreePoolWithTag(v4, 0x59706E50u);
  ExFreePoolWithTag(P, 0x59706E50u);
}

Referenced by:

PiUEventDereferenceEventEntry
PiUEventNotifyUserMode