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/04/22 03:18:41 UTC

cvs commit: xml-xalan/c/src/xalanc/PlatformSupport XalanMemoryManagement.cpp

dbertoni    2005/04/21 18:18:41

  Modified:    c/src/xalanc/PlatformSupport XalanMemoryManagement.cpp
  Log:
  Patch for Jira issue XALANC-489.
  
  Revision  Changes    Path
  1.2       +2 -2      xml-xalan/c/src/xalanc/PlatformSupport/XalanMemoryManagement.cpp
  
  Index: XalanMemoryManagement.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/PlatformSupport/XalanMemoryManagement.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XalanMemoryManagement.cpp	8 Nov 2004 18:13:23 -0000	1.1
  +++ XalanMemoryManagement.cpp	22 Apr 2005 01:18:41 -0000	1.2
  @@ -54,11 +54,11 @@
   
   
   
  +static XalanDummyMemoryManager  s_dummyMemMgr;
  +
   MemoryManagerType&
   XalanMemMgrs::getDummyMemMgr()
   {
  -	static XalanDummyMemoryManager s_dummyMemMgr;
  -	
   	return s_dummyMemMgr;
   }
   
  
  
  

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