neilg 2003/12/03 09:30:19 Modified: c/src/xercesc/util PlatformUtils.cpp Log: uninitialize panic handlers so they will be ready for subsequent initalizations Revision Changes Path 1.15 +6 -1 xml-xerces/c/src/xercesc/util/PlatformUtils.cpp Index: PlatformUtils.cpp =================================================================== RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/PlatformUtils.cpp,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- PlatformUtils.cpp 24 Nov 2003 18:07:41 -0000 1.14 +++ PlatformUtils.cpp 3 Dec 2003 17:30:19 -0000 1.15 @@ -56,6 +56,9 @@ /* * $Log$ + * Revision 1.15 2003/12/03 17:30:19 neilg + * uninitialize panic handlers so they will be ready for subsequent initalizations + * * Revision 1.14 2003/11/24 18:07:41 knoaman * Add missing ';' * @@ -410,6 +413,8 @@ { delete fgDefaultPanicHandler; } + fgDefaultPanicHandler = 0; + fgUserPanicHandler = 0; // de-allocate default memory manager if (fgMemMgrAdopted)
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]