Ok I get it now.

By removing all references to the functions of class B, even though class B is telling class A to delete class B, after the delete fires and the thread is done, arguments falls out of scope, all references to class B are gone so the GC will pick it up on the next sweep.

This is a good thing for what I need.  :)
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to