Alexandre Julliard pushed to branch master at wine / wine
Commits: 15e7a06f by Rémi Bernon at 2025-07-09T16:10:22+02:00 mp3dmod: Fix some media type leaks.
- - - - - 12020709 by Rémi Bernon at 2025-07-09T16:10:22+02:00 mp3dmod: Avoid uninitialized variable access.
Tests show that some AM_MEDIA_TYPE fields aren't touched, but MFInitMediaTypeFromAMMediaType may try to access them.
- - - - - 4fe24496 by Rémi Bernon at 2025-07-09T16:10:22+02:00 winegstreamer: Fix some video decoder media type leaks.
- - - - - f0a92d49 by Rémi Bernon at 2025-07-09T16:10:22+02:00 mf/tests: Fix some leaks in transform tests.
- - - - - ede0ba41 by Rémi Bernon at 2025-07-09T16:10:22+02:00 mf/tests: Avoid leaking D3D resources through IMFTrackedSample.
- - - - - 847d2fad by Rémi Bernon at 2025-07-09T16:10:22+02:00 mf/tests: Skip memory-hungry H264 encoder tests on 32bit.
- - - - -
3 changed files:
- dlls/mf/tests/transform.c - dlls/mp3dmod/mp3dmod.c - dlls/winegstreamer/video_decoder.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a531fc6c5b0c1a4bc32e4e604527fb...