Rémi Bernon (@rbernon) commented about dlls/appxdeploymentclient/tests/appx.c:
ok( hr == S_OK, "got hr %#lx.\n", hr ); hr = RoGetActivationFactory( str, &IID_IActivationFactory, (void **)&factory );
- WindowsDeleteString( str ); ok( hr == S_OK || broken( hr == REGDB_E_CLASSNOTREG ), "got hr %#lx.\n", hr ); if (hr == REGDB_E_CLASSNOTREG) { win_skip( "%s runtimeclass not registered, skipping tests.\n", wine_dbgstr_w( package_manager_name ) ); return;
```suggestion:-0+0 WindowsDeleteString( str ); return; ```