$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] regex memory leaks
From: John Maddock (boost.regex_at_[hidden])
Date: 2011-11-08 04:04:54
> Could anyone help me to resolve these memory leaks?
Boost.Regex caches memory between calls to improve performance. The memory
is freed at program exit, not leaked.
HTH, John.