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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to