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

Function free_drive

gtk/src/callbacks.c:647–655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

645}
646
647static void
648free_drive(gpointer drive)
649{
650#if defined(_WIN32)
651 g_free(drive);
652#else
653 g_object_unref(drive);
654#endif
655}
656
657gpointer
658ghb_cache_volnames(signal_user_data_t *ud)

Callers 2

ghb_cache_volnamesFunction · 0.85
ghb_file_menu_add_dvdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected