MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / ghb_backend_close

Function ghb_backend_close

gtk/src/hb-backend.c:3600–3610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3598}
3599
3600void
3601ghb_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
3612void ghb_backend_scan_stop (void)
3613{

Callers 1

ghb_application_shutdownFunction · 0.85

Calls 2

hb_closeFunction · 0.85
hb_global_closeFunction · 0.85

Tested by

no test coverage detected