Skip to content
Snippets Groups Projects
Commit a070da82 authored by David Abram Cargill's avatar David Abram Cargill
Browse files

Initialize memory manager to default.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175933 13f79535-47bb-0310-9956-ffa450edef68
parent 3a2bbfe9
No related branches found
No related tags found
No related merge requests found
......@@ -166,7 +166,7 @@ XMLException::XMLException() :
, fSrcFile(0)
, fSrcLine(0)
, fMsg(0)
, fMemoryManager(0)
, fMemoryManager(XMLPlatformUtils::fgMemoryManager)
{
}
......
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