Skip to content
Snippets Groups Projects
Commit 5d114369 authored by Thomas Guillem's avatar Thomas Guillem
Browse files

codec: videotoolbox: fix leak

parent 1056615d
No related branches found
No related tags found
No related merge requests found
......@@ -635,6 +635,7 @@ static bool FillReorderInfoHEVC(decoder_t *p_dec, const block_t *p_block,
hevc_release_sei_pic_timing(sei.p_timing);
}
hevc_rbsp_release_slice_header(p_sli);
return true; /* No need to parse further NAL */
}
else if(i_nal_type == HEVC_NAL_PREF_SEI)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment