| 88 | } |
| 89 | |
| 90 | void |
| 91 | mac_pipe_destroy(struct pipepair *pp) |
| 92 | { |
| 93 | |
| 94 | if (pp->pp_label != NULL) { |
| 95 | mac_pipe_label_free(pp->pp_label); |
| 96 | pp->pp_label = NULL; |
| 97 | } |
| 98 | } |
| 99 | |
| 100 | void |
| 101 | mac_pipe_copy_label(struct label *src, struct label *dest) |
no test coverage detected