On Fri, Oct 23, 2015 at 11:59 AM, Stefan Eissing
<stefan.eiss...@greenbytes.de> wrote:
>
> The problem with the unlock in release is that the h2_mplx might have been 
> destroyed by then, as the signal might give the lock to someone waiting.

Hm, h2_mplx_release_and_join() (which destroys the mplx) won't be
woken up until the mutex is released, since
apr_thread_cond_timedwait() acquires the mutex.

Reply via email to