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

Function hb_dispose_cell

test/parsecsv.c:141–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141void hb_dispose_cell( hb_csv_cell_t *cell )
142{
143 if( cell == NULL )
144 {
145 return;
146 }
147
148 free( cell );
149}
150
151/* Raw parsing */
152static uint16_t hb_parse_character( hb_csv_file_t * file )

Callers 1

write_chapter_namesFunction · 0.85

Calls

no outgoing calls

Tested by 1

write_chapter_namesFunction · 0.68