Details
Description
diff Naur xerces-c
src2_1_0/src/xercesc/util/Platforms/Linux/LinuxPlatformUtils.cpp
xerces_c/src/xercesc/util/Platforms/Linux/Linux
PlatformUtils.cpp
— xerces-c-src2_1_0/src/xercesc/util/Platforms/Linux/LinuxPlatformUtils.cpp
Tue Aug 27 00:24:36 2002
+++ xerces_c/src/xercesc/util/Platforms/Linux/LinuxPlatformUtils.cpp Tue
Oct 8 19:57:49 2002
@@ -663,7 +663,7 @@
ThrowXML(XMLPlatformUtilsException,
XMLExcepts::Mutex_CouldNotDestroy);
}
- delete mtxHandle;
+ delete (pthread_mutex_t*) mtxHandle;
}
}
The effects of deleting a void * are undefined.