On Apr 5, 2013, at 10:24 AM, Nick Kew <n...@apache.org> wrote: > On Fri, 05 Apr 2013 09:10:47 -0700 > James Peach <jpe...@apache.org> wrote: > >> BTW, why does it bother trying to unload the libraries? > > A sense of tidiness and order?
Ah. It seems dangerous to me; some other plugin could register a subsequent atexit() that depends on the DSOs that you are tearing down. J