Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ ~UnixUtils
Method
~UnixUtils
Engine/source/platformPOSIX/POSIXUtils.cpp:53–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
UnixUtils::~UnixUtils()
54
{
55
if (mUnameInfo != NULL)
56
{
57
dRealFree(mUnameInfo);
58
mUnameInfo = NULL;
59
}
60
}
61
62
const char* UnixUtils::getOSName()
63
{
Callers
nothing calls this directly
Calls
1
dRealFree
Function · 0.70
Tested by
no test coverage detected