On Thu, 2008-09-25 at 15:11 +0200, Mathias Bauer wrote: > But the "Exit" method now is never called and IMHO it isn't necessary to > do so. The only known problem this creates is that it prevents the > detection of memory leaks caused by the objects that now never get > deleted.
Possibly still the theoretical option of hooking them back into the library unloading scheme of http://udk.openoffice.org/common/man/spec/library_unloading.html Not that we actually attempt to unload any unloadable modules at the moment anyway as far as I can see. There's always the carrot of e.g. loading a writer doc with an embedded starmath equation and after closing it having starmath's globals go away. But no big sweat, I was just wondering if they were supposed to connect to anything right now. C. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
