Skip to content

codecs: h265decoder: Always free messages while parsing SEI

The method gst_h265_parser_parse_sei always allocates a message array. This array must be freed even when the return code is not OK.

This MR adds a missing call to g_array_free when gst_h265_parser_parse_sei does not return OK

Edited by Seungha Yang

Merge request reports