From: "RĂ©mi Bernon (@rbernon)" Subject: [PATCH v7 0/5] MR310: mf: Fix several reference leaks. Message-Id: Date: Wed, 29 Jun 2022 08:00:45 +0000 References: So that the mf tests pass again on 32bit on the testbot, though they still fail locally with `LIBGL_ALWAYS_SOFTWARE=true GALLIUM_DRIVER=softpipe`. -- v7: mf: Uninitialize renderer before creating mixer and presenter. mf: Release video renderer services before re-initializing. mf: Avoid leaking nodes in IMFTopoLoader_Load. mf/tests: Add some missing IMFActivate_ShutdownObject calls. mf/tests: Add more consistent reference count checks. https://gitlab.winehq.org/wine/wine/-/merge_requests/310