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

Function hb_chapter_close

libhb/common.c:5674–5682  ·  view source on GitHub ↗

* hb_chapter_close ********************************************************************** * *********************************************************************/

Source from the content-addressed store, hash-verified

5672 *
5673 *********************************************************************/
5674void hb_chapter_close(hb_chapter_t **chap)
5675{
5676 if ( chap && *chap )
5677 {
5678 free((*chap)->title);
5679 free(*chap);
5680 *chap = NULL;
5681 }
5682}
5683
5684/**********************************************************************
5685 * hb_chapter_set_title

Callers 2

hb_title_closeFunction · 0.85
job_cleanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected