mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
Namespace Leaks: these leaks would have been freed on app kill but they were still contaminating the log so free em. Con::shutdown: gGlobablVars again another leak that would of been freed on app kill AssetManager onRemove should be clearing its lists Scripting language needs a free for its strings these destructors free after the rule is executed so the data is cached internally and then freed. This may be needed for other types in the union (should not be used on nodes just raw data) |
||
|---|---|---|
| .. | ||
| ast.h | ||
| astAlloc.cpp | ||
| astNodes.cpp | ||
| bison.bat | ||
| bison.simple | ||
| cmdgram.cpp | ||
| CMDgram.h | ||
| CMDgram.y | ||
| CMDscan.cpp | ||
| CMDscan.l | ||
| codeBlock.cpp | ||
| codeBlock.h | ||
| compiledEval.cpp | ||
| compiler.cpp | ||
| compiler.h | ||
| evalState.cpp | ||
| evalState.h | ||
| generateCompiler.bat | ||
| optimizer.cpp | ||
| parser.cpp | ||
| parser.h | ||
| runtime.cpp | ||
| runtime.h | ||