---------------- * cleanup * ---------------- */
| 904 | * ---------------- |
| 905 | */ |
| 906 | static void |
| 907 | cleanup(void) |
| 908 | { |
| 909 | if (boot_reldesc != NULL) |
| 910 | closerel(NULL); |
| 911 | } |
| 912 | |
| 913 | /* ---------------- |
| 914 | * populate_typ_list |
no test coverage detected