(svn r15330) -Fix [FS#2597]: leaking of Squirrel when using circular references (by enabling the GC).
This commit is contained in:
@@ -44,6 +44,11 @@ public:
|
||||
*/
|
||||
void GameLoop();
|
||||
|
||||
/**
|
||||
* Let the VM collect any garbage.
|
||||
*/
|
||||
void CollectGarbage();
|
||||
|
||||
/**
|
||||
* Get the storage of this AI.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user