26 Jul
2016
26 Jul
'16
4:09 p.m.
https://bugs.winehq.org/show_bug.cgi?id=40734 --- Comment #2 from Andrew Eikum <aeikum(a)codeweavers.com> --- This happens because we're holding a chunk of memory from pa_stream_peek that we don't release until we've finished copying it in a later call to pulse_rd_loop. That later call never happens, so the memory reference is never released, and PA refuses to shutdown until we let it go. Probably we should just copy the unused portion and never hold a reference between pulse_rd_loop calls. -- 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.