You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2002/11/01 17:51:27 UTC

cvs commit: xml-xalan/c/src/XSLT StylesheetConstructionContextDefault.cpp

dbertoni    2002/11/01 08:51:27

  Modified:    c/src/XSLT StylesheetConstructionContextDefault.cpp
  Log:
  Make sure everything is reset properly.
  
  Revision  Changes    Path
  1.27      +12 -0     xml-xalan/c/src/XSLT/StylesheetConstructionContextDefault.cpp
  
  Index: StylesheetConstructionContextDefault.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/StylesheetConstructionContextDefault.cpp,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- StylesheetConstructionContextDefault.cpp	1 Nov 2002 01:36:28 -0000	1.26
  +++ StylesheetConstructionContextDefault.cpp	1 Nov 2002 16:51:26 -0000	1.27
  @@ -299,7 +299,19 @@
   
   	m_xpathFactory.reset();
   
  +	m_stringPool.clear();
  +
   	m_stringCache.reset();
  +
  +	m_avtAllocator.reset();
  +
  +	m_avtPartSimpleAllocator.reset();
  +
  +	m_avtPartXPathAllocator.reset();
  +
  +	m_xalanQNameByValueAllocator.reset();
  +
  +	m_pointerVectorAllocator.reset();
   }
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org