Rémi Bernon (@rbernon) commented about dlls/windows.media.mediacontrol/tests/mediacontrol.c:
ok( ref == 1, "got ref %ld.\n", ref ); ref = ISystemMediaTransportControlsDisplayUpdater_Release( display_updater ); ok( ref == 1, "got ref %ld.\n", ref );
- ref = ISystemMediaTransportControls_Release( media_control_statics );
- ok( ref == 1 || broken(ref == 3) /* Win10 1507 */ || broken(ref == 2) /* Win10 1607 */, "got ref %ld.\n", ref );
- ISystemMediaTransportControls_Release( media_control_statics );
Maybe that could be first in the MR, so that it gets fixed as soon as possible.