(svn r15330) -Fix [FS#2597]: leaking of Squirrel when using circular references (by enabling the GC).

This commit is contained in:
rubidium
2009-02-03 22:42:42 +00:00
parent e628c5360d
commit 2eebb52592
10 changed files with 44 additions and 17 deletions

View File

@@ -44,6 +44,11 @@ public:
*/
void GameLoop();
/**
* Let the VM collect any garbage.
*/
void CollectGarbage();
/**
* Get the storage of this AI.
*/