Spencer wrote;<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">So, with regards to setting things to null to free their memory, ints, floats, etc. can&#39;t be set to null, but their memory does not normally need freeing.<br>
<font color="#888888">
</font></blockquote><div><br>I had another look into this and I&#39;m cleaning up some of the tricks I pulled hoping to save on memory leakage with this knowledge.<br></div></div><br>It does strike me that function calls leak rather a lot of memory, even for functions in which nothing gets defined beyond their parameters (which are primitives, in this case). Is there any way to avoid this? Maybe I should leave it be and wait for the next version to see if the proper GC addresses the issue?<br>
<br>Yours,<br>Kas.<br>