mirror of
https://github.com/boostorg/regex.git
synced 2025-07-04 16:16:32 +02:00
Fixed regex memory leak, and type_traits bad test case
[SVN r8273]
This commit is contained in:
@ -357,6 +357,7 @@ void BOOST_RE_CALL w32_traits_base::do_free()
|
||||
BOOST_RE_GUARD_STACK
|
||||
delete[] pclasses;
|
||||
delete pcoll_names;
|
||||
delete syntax;
|
||||
if(hresmod)
|
||||
{
|
||||
FreeLibrary(hresmod);
|
||||
|
Reference in New Issue
Block a user