MCPcopy Create free account
hub / github.com/OpenDUNE/OpenDUNE / String_Uninit

Function String_Uninit

src/string.c:187–194  ·  view source on GitHub ↗

* Unloads the language files in the memory. */

Source from the content-addressed store, hash-verified

185 * Unloads the language files in the memory.
186 */
187void String_Uninit(void)
188{
189 uint16 i;
190
191 for (i = 0; i < s_stringsCount; i++) free(s_strings[i]);
192 free(s_strings);
193 s_strings = NULL;
194}
195
196/**
197 * Go to the next string.

Callers 1

PrepareEndFunction · 0.85

Calls 1

freeFunction · 0.85

Tested by

no test coverage detected