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