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:01 UTC

cvs commit: xml-xerces/c/src/util/Platforms/HPUX HPPlatformUtils.cpp

peiyongz    01/10/23 16:10:01

  Modified:    c/src/util/Platforms/HPUX HPPlatformUtils.cpp
  Log:
  [Bug#880] patch to PlatformUtils:init()/term() and related. from Mark Weaver
  
  Revision  Changes    Path
  1.16      +7 -1      xml-xerces/c/src/util/Platforms/HPUX/HPPlatformUtils.cpp
  
  Index: HPPlatformUtils.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/Platforms/HPUX/HPPlatformUtils.cpp,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- HPPlatformUtils.cpp	2000/09/22 18:31:41	1.15
  +++ HPPlatformUtils.cpp	2001/10/23 23:10:00	1.16
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: HPPlatformUtils.cpp,v $
  + * Revision 1.16  2001/10/23 23:10:00  peiyongz
  + * [Bug#880] patch to PlatformUtils:init()/term() and related. from Mark Weaver
  + *
    * Revision 1.15  2000/09/22 18:31:41  andyh
    * HPUX PlatformUtils - Removed incorrect use of ArrayJanitor on a local array.
    * Patch submitted by "Torbj�rn B�ckstr�m" <to...@teleteknik.goteborg.se>
  @@ -748,6 +751,8 @@
   
   void XMLPlatformUtils::platformTerm()
   {
  -    // We don't have any termination requirements at this time
  +    // delete the mutex we created
  +	closeMutex(atomicOpsMutex.fHandle);
  +	atomicOpsMutex.fHandle = 0;
   }
   
  
  
  

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