Could it be because you have a Timer with an event listener setup which mean there is a reference to the Module. Wouldn't you have to first remove the event listener so there would be no references to that module? You might be able to use a weak reference on the listener.
--- In [email protected], "valdhor" <valdhorli...@...> wrote: > > Does the Flex console show that the module has unloaded? If not, you still > have something attached to the module or the module has not released all its > resources. > > > --- In [email protected], Julien Nicoulaud <primo411@> wrote: > > > > Hi everyone. > > > > I have an application (a window manager) that loads modules using > > ModuleLoader. When I unload a module, it seems it is not properly unloaded: > > if i setup a Timer that shows an Alert every X seconds in the module, the > > Alert still shows every X seconds after the module is unloaded. > > > > Any hints on the subject ? > > >

