|
There is no longer a reference to either table, yet they reference one another, so the tables are still around, right? If so, will these tables never get garbage collected?mytableA = nilConsider the following...mytablaA = {}
mytableB = {}
mytableA.refB = mytableB
mytableB.refA = mytableA
mytableB = nil