Rémi Bernon (@rbernon) commented about dlls/windows.devices.enumeration/tests/devices.c:
} winetest_pop_context(); }
devices = calloc( 1, sizeof( *devices ) * size );
ok( !!devices, "Unable to allocate array\n" );
if (devices)
You don't need an if after the test, things are going wrong if it fails anyway.