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 2005/05/12 07:38:10 UTC

cvs commit: xml-xalan/c/Tests/Conf conf.cpp

dbertoni    2005/05/11 22:38:09

  Modified:    c/Tests/Conf conf.cpp
  Log:
  Fix glitch where the wrong MemoryManager is used.
  
  Revision  Changes    Path
  1.45      +1 -1      xml-xalan/c/Tests/Conf/conf.cpp
  
  Index: conf.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Tests/Conf/conf.cpp,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- conf.cpp	25 Apr 2005 18:40:06 -0000	1.44
  +++ conf.cpp	12 May 2005 05:38:09 -0000	1.45
  @@ -201,7 +201,7 @@
       XALAN_USING_XERCES(XercesDOMParser)
       XALAN_USING_XERCES(DOMDocument)
   
  -    MemoryManagerType& mgr = XalanMemMgrs::getDefaultXercesMemMgr();
  +    MemoryManagerType& mgr = h.getMemoryManager();
   
       h.data.xmlFormat = XalanDOMString("Xerces_DOM", mgr);
   
  
  
  

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