VOID *__fastcall PnpFreeDevProperty(__int64 a1, UINT32 a2){
void *v4;
void *v5;
VOID *result;
v4 = *(void **)(a1 + 24);
if( v4 )
result = ExFreePoolWithTag(v4, a2);
v5 = *(void **)(a1 + 40);
if( v5 )
return ExFreePoolWithTag(v5, a2);
return result;
}