On 08/06/2008 12:27 PM, Mladen Turk wrote:
Ruediger Pluem wrote: > >> This looks dangerous to me. The destructor gets the reslist pool handed over> and pools are not thread save. See also: > Hmm, might be. Although the pool create/destroy is thread safe.
I am worried about the case that the destructor might allocate memory from the pool for temporary purposes (ok that would be a memory leak in the long run). Regards RĂ¼diger
