| 3598 | } |
| 3599 | |
| 3600 | void |
| 3601 | ghb_backend_close (void) |
| 3602 | { |
| 3603 | if (h_live != NULL) |
| 3604 | hb_close(&h_live); |
| 3605 | if (h_queue != NULL) |
| 3606 | hb_close(&h_queue); |
| 3607 | if (h_scan != NULL) |
| 3608 | hb_close(&h_scan); |
| 3609 | hb_global_close(); |
| 3610 | } |
| 3611 | |
| 3612 | void ghb_backend_scan_stop (void) |
| 3613 | { |
no test coverage detected