| 861 | } |
| 862 | |
| 863 | void |
| 864 | release_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*/ |
no test coverage detected