MCPcopy Create free account
hub / github.com/dborth/fceugx / gettextCleanUp

Function gettextCleanUp

source/utils/gettext.cpp:179–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179static void gettextCleanUp(void)
180{
181 while (baseMSG)
182 {
183 MSG *nextMsg = baseMSG->next;
184 free(baseMSG->msgstr);
185 free(baseMSG);
186 baseMSG = nextMsg;
187 }
188}
189
190static char * memfgets(char * dst, int maxlen, char * src)
191{

Callers 1

LoadLanguageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected