1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-15 22:57:12 +02:00

Release the null lightweight object references as well.

This commit is contained in:
Sandu Liviu Catalin
2017-06-16 02:22:48 +03:00
parent b642e233a7
commit e8027dcb3d
7 changed files with 15 additions and 8 deletions

View File

@ -373,6 +373,7 @@ static void OnSquirrelTerminate()
NullObject().Release();
NullTable().Release();
NullArray().Release();
NullLightObj().Release();
NullFunction().ReleaseGently();
// Release script resources...
}