Skip to content
Snippets Groups Projects
Commit d55e7781 authored by Neil Graham's avatar Neil Graham
Browse files

uninitialize panic handlers so they will be ready for subsequent initalizations

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175522 13f79535-47bb-0310-9956-ffa450edef68
parent ccc05598
No related branches found
No related tags found
No related merge requests found
......@@ -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 @@ void XMLPlatformUtils::Terminate()
{
delete fgDefaultPanicHandler;
}
fgDefaultPanicHandler = 0;
fgUserPanicHandler = 0;
// de-allocate default memory manager
if (fgMemMgrAdopted)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment