21 Apr
2025
21 Apr
'25
10:29 a.m.
From: Mohamad Al-Jaf <mohamadaljaf(a)gmail.com> --- dlls/windows.media.mediacontrol/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/windows.media.mediacontrol/main.c b/dlls/windows.media.mediacontrol/main.c index 18d7d3ce5f9..e8c74ed6ed3 100644 --- a/dlls/windows.media.mediacontrol/main.c +++ b/dlls/windows.media.mediacontrol/main.c @@ -178,6 +178,7 @@ static ULONG WINAPI music_properties_Release( IMusicDisplayProperties *iface ) if (!ref) { + WindowsDeleteString( impl->album_title ); WindowsDeleteString( impl->artist ); WindowsDeleteString( impl->title ); free( impl ); -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/7865