Read the FAQ at http://apache.xml.com . It covers this. There are no known
real memory leaks in the release version ( I believe it has to do with the
memory pooling technique), and Initialize and Terminate must only be called
once.

- kaoruAngel

----- Original Message -----
From: "Simon Reye" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 03, 2001 2:13 AM
Subject: Memory Leak follow up


> Xerces Gurus,
>
> Okay, perhaps there is no leaking problem.  I tried calling Terminate()
> after I finished a single parse() and the leaks went away.  The only
problem
> I am left with now is that if I try to call Intialize() again I get an
> access violation when the DLL attempts to execute the line:
>
> (807) XMLMutexLock lockInit(&gScannerMutex());
>
> in the void XMLScanner::commonInit() function.
>
> Am I doing something drastically wrong or can someone help me here?
>
> Simon
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to