]> git.mxchange.org Git - simgear.git/commit
Fix GC interaction. The "me" reference to a method call was being
authorandy <andy>
Tue, 23 Mar 2004 00:42:56 +0000 (00:42 +0000)
committerandy <andy>
Tue, 23 Mar 2004 00:42:56 +0000 (00:42 +0000)
commit05b9166c25e5a63c34a9fe6270096277359942e3
tree1a4a50973f54e68457c88281da74d9bdef68d7cd
parent71770eb92ed7439b7089f08179ceb02d854924e5
Fix GC interaction.  The "me" reference to a method call was being
popped off the stack in a situation where it could be garbage
collected.  I believe this is the source of the spurious "non-object
have no members" bug that has been reported.
simgear/nasal/code.c