[EMAIL PROTECTED] wrote:
> 
> These aren't leaks. These are setup of one time only static/global data
> that only happen once you initialize. They will not ever happen again
> within the same process and just live for the life of the process. 

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?

Cheers,
Mike.

Reply via email to