| 1829 | static int pltgetname_count = 0; |
| 1830 | |
| 1831 | void PltGetPilotsFree(void) { |
| 1832 | if (pltgetname_list) { |
| 1833 | mem_free(pltgetname_list); |
| 1834 | pltgetname_list = NULL; |
| 1835 | } |
| 1836 | pltgetname_count = 0; |
| 1837 | } |
| 1838 | |
| 1839 | char **PltGetPilots(int *count, char *ignore_filename, int display_default_configs) { |
| 1840 | static char **pname_list = NULL; |
no outgoing calls
no test coverage detected