aa1ww wrote:
perhaps the CLR notices that the previously allocated resources pointed to by fred before the overloading function call are now "orphaned" (when fred was replaced by ret) and can mark those resources for deletion?
It better since that is what a Garbage Collection systems primary purpose is. ;)
led mike