You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2001/10/24 01:10:20 UTC

cvs commit: xml-xerces/c/src/util/Platforms/IRIX IRIXPlatformUtils.cpp

peiyongz    01/10/23 16:10:20

  Modified:    c/src/util/Platforms/IRIX IRIXPlatformUtils.cpp
  Log:
  [Bug#880] patch to PlatformUtils:init()/term() and related. from Mark Weaver
  
  Revision  Changes    Path
  1.13      +6 -1      xml-xerces/c/src/util/Platforms/IRIX/IRIXPlatformUtils.cpp
  
  Index: IRIXPlatformUtils.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/Platforms/IRIX/IRIXPlatformUtils.cpp,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- IRIXPlatformUtils.cpp	2001/09/04 19:05:44	1.12
  +++ IRIXPlatformUtils.cpp	2001/10/23 23:10:20	1.13
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: IRIXPlatformUtils.cpp,v $
  + * Revision 1.13  2001/10/23 23:10:20  peiyongz
  + * [Bug#880] patch to PlatformUtils:init()/term() and related. from Mark Weaver
  + *
    * Revision 1.12  2001/09/04 19:05:44  peiyongz
    * Patch to support IRIX's sproc(), from Christopher Just
    *
  @@ -658,7 +661,9 @@
   
   void XMLPlatformUtils::platformTerm()
   {
  -    // We don't have any termination requirements at this time
  +    // delete the mutex we created
  +	closeMutex(atomicOpsMutex.fHandle);
  +	atomicOpsMutex.fHandle = 0;
   }
   
   void* XMLPlatformUtils::makeMutex()
  
  
  

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