10 Oct
2023
10 Oct
'23
9:39 p.m.
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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4046#note_48273