| 23 | } |
| 24 | |
| 25 | void networkDeactivate(void) |
| 26 | { |
| 27 | socExit(); |
| 28 | if (SOC_buffer) |
| 29 | { |
| 30 | free(SOC_buffer); |
| 31 | SOC_buffer = NULL; |
| 32 | } |
| 33 | } |
| 34 | |
| 35 | // xError in their own files call xDeactivate beforehand |
| 36 | void networkError(void (* update)(void), StrId titleStrId, const char* func, int err) |
no outgoing calls
no test coverage detected