(svn r15330) -Fix [FS#2597]: leaking of Squirrel when using circular references (by enabling the GC).
This commit is contained in:
@@ -101,6 +101,11 @@ public:
|
||||
*/
|
||||
bool Resume(int suspend = -1);
|
||||
|
||||
/**
|
||||
* Tell the VM to do a garbage collection run.
|
||||
*/
|
||||
void CollectGarbage();
|
||||
|
||||
void InsertResult(bool result);
|
||||
void InsertResult(int result);
|
||||
|
||||
|
Reference in New Issue
Block a user