Files
wren/src
Bob Nystrom 8cee1f62bd fix: free GC objects in linked list when VM is freed
Add iteration over the VM's object linked list in wrenFreeVM to properly
deallocate all allocated GC objects before freeing the VM memory,
replacing the previous TODO placeholder comment.
2014-01-13 14:48:53 +00:00
..