* @brief Finalize and clean up the DDS library. */
| 72 | * @brief Finalize and clean up the DDS library. |
| 73 | */ |
| 74 | void DDSFinalize(void) |
| 75 | { |
| 76 | CloseDebugFiles(); |
| 77 | FreeMemory(); |
| 78 | } |
| 79 | |
| 80 | #elif defined(USES_CONSTRUCTOR) |
| 81 |
nothing calls this directly
no test coverage detected