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

Function ghb_free_list

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

Source from the content-addressed store, hash-verified

3636}
3637
3638void
3639ghb_free_list (hb_list_t *list)
3640{
3641 for (int i = 0; i < hb_list_count(list); i++)
3642 {
3643 g_free(hb_list_item(list, i));
3644 }
3645 hb_list_close(&list);
3646}
3647
3648hb_list_t *
3649get_path_list(GListModel *files)

Callers 3

ghb_backend_scan_listFunction · 0.85
ghb_backend_scanFunction · 0.85
scan_directoryFunction · 0.85

Calls 3

hb_list_countFunction · 0.85
hb_list_itemFunction · 0.85
hb_list_closeFunction · 0.85

Tested by

no test coverage detected