Added needed #ifdef

[SVN r13295]
This commit is contained in:
John Maddock
2002-03-28 12:47:47 +00:00
parent 1d560fae85
commit 6e82619133

View File

@ -383,7 +383,9 @@ void BOOST_REGEX_CALL w32_traits_base::do_free()
BOOST_RE_GUARD_STACK
delete[] pclasses;
delete pcoll_names;
#ifndef BOOST_NO_WREGEX
delete syntax;
#endif
if(hresmod)
{
FreeLibrary(hresmod);