--- parser3/src/main/pa_charset.C 2004/02/03 13:09:52 1.46 +++ parser3/src/main/pa_charset.C 2004/02/11 15:33:15 1.48 @@ -1,11 +1,11 @@ /** @file Parser: Charset connection implementation. - Copyright(c) 2001-2003 ArtLebedev Group (http://www.artlebedev.com) + Copyright(c) 2001-2004 ArtLebedev Group (http://www.artlebedev.com) Author: Alexander Petrosyan(http://paf.design.ru) */ -static const char * const IDENT_CHARSET_C="$Date: 2004/02/03 13:09:52 $"; +static const char * const IDENT_CHARSET_C="$Date: 2004/02/11 15:33:15 $"; #include "pa_charset.h" #include "pa_charsets.h" @@ -782,7 +782,7 @@ xmlChar* Charset::transcode_buf2xchar(co #ifndef NDEBUG saved_outlen=outlen; #endif - out=(xmlChar*)g_malloc(outlen+1); + out=(xmlChar*)xmlMalloc(outlen+1); error=input( out, &outlen, (const unsigned char*)buf, (int*)&buf_size