$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (jm_at_[hidden])
Date: 2003-07-11 06:29:04
> I caught a memory leak (24 bytes) when using recursive_mutex class in
> Solaris 8.
> This class initializes a pthread_mutexattr attribute but never destroys it
> thus
> leaving the leak.
> We use tons of the recursive mutexes in our huge app and that leak leads
> to significant memory loss.
That does look like a bug... Bill?
John Maddock.