$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Michael Glassford (glassfordm_at_[hidden])
Date: 2004-03-16 13:40:47
Adrian wrote:
> Dear William
>
> I think you have missed pthread_mutexattr_destroy() in
> recursive_mutex::recursive_mutex() and
> recursive_mutex::recursive_try_mutex().
>
> Proposed patch:
<snipped patch>
Unfortunately, William Kempf hasn't been heard from here in a while,
but as far as I can tell you are correct. Barring any objections, I'll
apply a modified version of your patch (one that asserts if
pthread_mutexattr_destroy() returns an error).
Mike