http://bugs.winehq.org/show_bug.cgi?id=59159 --- Comment #4 from Yuxuan Shui <yshuiv7@gmail.com> --- Fix: https://gitlab.winehq.org/wine/wine/-/merge_requests/9858 (copying the explanation from the merge request):
This bug causes Bug 59159 because filter graph destruction happens in parallel with wm async reader reads, in separate threads. on one side the asf reader is destroyed in filter graph destruction, which (in another thread) triggers allocation failure in the wm reader (because the allocator has just been decommitted), which returns NO_MORE_SAMPLES to the wm _async_ reader's read thread, which in turn calls the asf reader's reader callback, which uses the already freed asf reader.
-- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.