Is there a memory problem here? -- analysis needed!

XSLT/XSLTEngineImpl.c

Constructor  XSLTEngineImpl::XSLTEngineImpl(...) initializes

   m_topLevelParams(theManager)
   m_stylesheetParams(theManager)

But the reset XSLTEngineImpl::reset() only clears

   m_topLevelParams.clear();

Should we also add the following to the reset()?

   m_stylesheetParams.clear();

-----------
Steven J.Hathaway


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscr...@xml.apache.org
For additional commands, e-mail: xalan-dev-h...@xml.apache.org

Reply via email to