MCPcopy 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
53UnixUtils::~UnixUtils()
54{
55 if (mUnameInfo != NULL)
56 {
57 dRealFree(mUnameInfo);
58 mUnameInfo = NULL;
59 }
60}
61
62const char* UnixUtils::getOSName()
63{

Callers

nothing calls this directly

Calls 1

dRealFreeFunction · 0.70

Tested by

no test coverage detected