| 398 | if (swed.fidat[i].fptr != NULL) |
| 399 | fclose(swed.fidat[i].fptr); |
| 400 | memset((void *) &swed.fidat[i], 0, sizeof(struct file_data)); |
| 401 | } |
| 402 | swed.last_epheflag = epheflag; |
| 403 | } |
nothing calls this directly
no outgoing calls
no test coverage detected