$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2005-01-02 09:21:38
Sergey Skorniakov wrote:
> Hello, All!
>
> I have found that threadmon_mutex, created at line 29 in tss_hooks.cpp
> never destroyed. Is this the intention? Why it can not be deleted
> during DLL_PROCESS_DETACH?
>
This is a known issue, thanks for reporting though.
We are looking into possibilities to solve for this. However,
there is no problem with this since it only adds a constant leak,
which the operating system takes care of when ending the program.
Roland