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/10/01 00:08:24 UTC

cvs commit: xml-xalan/c/src/XPath XObjectFactoryDefault.cpp

dbertoni    2002/09/30 15:08:24

  Modified:    c/src/XPath XObjectFactoryDefault.cpp
  Log:
  Fixed bug where XString cache was not cleared.
  
  Revision  Changes    Path
  1.28      +2 -0      xml-xalan/c/src/XPath/XObjectFactoryDefault.cpp
  
  Index: XObjectFactoryDefault.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/XObjectFactoryDefault.cpp,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- XObjectFactoryDefault.cpp	27 Aug 2002 22:00:28 -0000	1.27
  +++ XObjectFactoryDefault.cpp	30 Sep 2002 22:08:24 -0000	1.28
  @@ -520,4 +520,6 @@
   	m_xnumberCache.clear();
   
   	m_xnodesetCache.clear();
  +
  +	m_xstringCache.clear();
   }
  
  
  

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