MCPcopy Create free account
hub / github.com/dds-bridge/dds / DDSFinalize

Function DDSFinalize

library/src/dds.cpp:74–78  ·  view source on GitHub ↗

* @brief Finalize and clean up the DDS library. */

Source from the content-addressed store, hash-verified

72 * @brief Finalize and clean up the DDS library.
73 */
74void DDSFinalize(void)
75{
76 CloseDebugFiles();
77 FreeMemory();
78}
79
80#elif defined(USES_CONSTRUCTOR)
81

Callers

nothing calls this directly

Calls 2

CloseDebugFilesFunction · 0.85
FreeMemoryFunction · 0.85

Tested by

no test coverage detected