NTSTATUS __stdcall TtmpDereferenceSessionMaybeLast(_TTMI_SESSION *Session){ NTSTATUS v1; v1 = _InterlockedDecrement(Session + 2); if( !v1 ) ExFreePoolWithTag(Session, 0x536D7454u); return v1; }