http://bugs.winehq.org/show_bug.cgi?id=60018 --- Comment #11 from zlice <zlice@crtdrift.us> --- Created attachment 81479 --> http://bugs.winehq.org/attachment.cgi?id=81479 crash-mfreadwrite-media_stream_destroy *sigh* started to play then got to a area that you interact with this terminal and it plays some noise and visual effect, then bam another crash. this one is on destroy so i have to assume it is just creating/destroying 220px sized things so fast it breaks. `media_stream_destroy()` called/inlined inside `source_reader_release()` where i was originally poking around is trying to access list pointers for 0. putting a `if (stream->transforms.next != 0)` around the list loop in `media_stream_destroy()` -- and some extra logic and critical sections i had, as well as `if (reader->streams)` guard inside `source_reader_release()` loop that calls destroy seems to be good. sadly, the screen you're supposed to interact with never shows anything =/ and the buttons aren't there because i've clicked all over and got nothing. -- 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.