Be aware that there will be leaks if you repeatedly dynamically load and unload the xerces-c library. The initialization happens over each time. This is different from just calling Initialize multiple times, which does cause leaks.
This problem will get fixed eventually. -- Andy > Michael Mason wrote: > > > > I'm sure someone's asked this before, but can I confirm that if I sit > > and run the initialize code over and over in the same process (which is > > dumb and avoidable), it'll realise things are set up already and just do > > nothing, rather than leaking? > > Replying to myself again[0]. Yep, the thread later on confirms that even > if I'm brain dead it won't leak, fgLibInit or somesuch flag. > >