sgs_Release(Array) [function]
void sgs_Release( sgs_Context* C, sgs_Variable* var )
void sgs_ReleaseArray( sgs_Context* C, sgs_Variable* var, sgs_SizeVal count )
Decrement and possibly deallocate the reference count of the specified variables (if they count references).
- Works differently while GC is running: doesn't delete objects of same context in destructor.