From b32849c08e137729d8d2965b45aee297b974fd64 Mon Sep 17 00:00:00 2001
From: Khaled Noaman <knoaman@apache.org>
Date: Sun, 25 May 2003 21:39:57 +0000
Subject: [PATCH] Pass the proper memory manager.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175045 13f79535-47bb-0310-9956-ffa450edef68
---
 src/xercesc/util/Transcoders/Win32/Win32TransService.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xercesc/util/Transcoders/Win32/Win32TransService.cpp b/src/xercesc/util/Transcoders/Win32/Win32TransService.cpp
index d43b5896a..c9c422b2f 100644
--- a/src/xercesc/util/Transcoders/Win32/Win32TransService.cpp
+++ b/src/xercesc/util/Transcoders/Win32/Win32TransService.cpp
@@ -193,7 +193,7 @@ CPMapEntry::CPMapEntry( const   XMLCh* const    encodingName
     , fCPId(cpId)
     , fIEId(ieId)
 {
-    fEncodingName = XMLString::replicate(encodingName);
+    fEncodingName = XMLString::replicate(encodingName, XMLPlatformUtils::fgMemoryManager);
 
     //
     //  Upper case it because we are using a hash table and need to be
-- 
GitLab