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...@locus.apache.org on 2000/07/31 04:44:12 UTC

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

dbertoni    00/07/30 19:44:12

  Modified:    c/src/XSLT StylesheetConstructionContextDefault.cpp
  Log:
  Reset factories in reset().
  
  Revision  Changes    Path
  1.8       +4 -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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- StylesheetConstructionContextDefault.cpp	2000/06/07 18:35:01	1.7
  +++ StylesheetConstructionContextDefault.cpp	2000/07/31 02:44:12	1.8
  @@ -152,6 +152,10 @@
   			 DeleteFunctor<StylesheetRoot>());
   
   	m_stylesheets.clear();
  +
  +	m_xobjectFactory.reset();
  +
  +	m_xpathFactory.reset();
   }