Boost logo

Boost Users :

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.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net