MCPcopy Create free account
hub / github.com/NetHack/NetHack / release_runtime_info

Function release_runtime_info

src/mdlib.c:863–872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

861}
862
863void
864release_runtime_info(void)
865{
866 while (idxopttext > 0) {
867 --idxopttext;
868 free((genericptr_t) opttext[idxopttext]), opttext[idxopttext] = 0;
869 }
870 done_runtime_opt_init_once = 0;
871 free_nomakedefs();
872}
873
874/*mdlib.c*/

Callers 2

dump_version_infoFunction · 0.85
freedynamicdataFunction · 0.85

Calls 1

free_nomakedefsFunction · 0.85

Tested by

no test coverage detected