Chain.dispose
From OpenEUO
					
										
					
					Calling Pattern
Call
local c = sl.chain(a,b[,...]) -- later c.dispose()
Description
Calling dispose invalidates the chain, destroys the chain's internal objects, and forces garbage collection on all memory.
