10 Jan
2026
10 Jan
'26
2:23 a.m.
Otherwise WMReader may invoke the reader callback of the asf_reader as we are releasing the its resources, which the reader callback may use, resulting in use-after-frees. * * * Found while working on !9858. Although not the root cause of Bug 59159, it is still a bug. Without this, asf reader segfaults in `asf_reader_destroy` if it is not stopped first before being released. [Testing](https://testbot.winehq.org/JobDetails.pl?Key=161453) on native shows there were no such crashes. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9871