Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deathkiller/jazz2-native
/ ~CScriptArray
Method
~CScriptArray
Sources/Jazz2/Scripting/RegisterArray.cpp:563–570 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
561
}
562
563
CScriptArray::~CScriptArray()
564
{
565
if (buffer != nullptr) {
566
DeleteBuffer(buffer);
567
buffer = 0;
568
}
569
if (objType != nullptr) objType->Release();
570
}
571
572
std::uint32_t CScriptArray::GetSize() const
573
{
Callers
1
Release
Method · 0.95
Calls
1
Release
Method · 0.45
Tested by
no test coverage detected