Free all queue resources back to the system */
| 544 | |
| 545 | /* Free all queue resources back to the system */ |
| 546 | static void jobqueue_destroy(jobqueue *jobqueue_p) { |
| 547 | jobqueue_clear(jobqueue_p); |
| 548 | rm_free(jobqueue_p->has_jobs); |
| 549 | } |
| 550 | |
| 551 | /* ======================== SYNCHRONISATION ========================= */ |
| 552 |
no test coverage detected