mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-11-07 01:37:18 +01:00
Release the null lightweight object references as well.
This commit is contained in:
@@ -95,6 +95,7 @@ static void OnSquirrelTerminate()
|
||||
NullObject().Release();
|
||||
NullTable().Release();
|
||||
NullArray().Release();
|
||||
NullLightObj().Release();
|
||||
NullFunction().ReleaseGently();
|
||||
// Release script resources...
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user