Commit 8b973d49 authored by Jernej Fijačko's avatar Jernej Fijačko Committed by Joakim Plate

Patch for memory leaks in DVB subtitles decoder

Signed-off-by: 's avatarJoakim Plate <elupus@ecce.se>
parent 32aef7d0
......@@ -1463,6 +1463,7 @@ static int dvbsub_decode(AVCodecContext *avctx,
break;
case DVBSUB_DISPLAYDEFINITION_SEGMENT:
dvbsub_parse_display_definition_segment(avctx, p, segment_length);
break;
case DVBSUB_DISPLAY_SEGMENT:
*data_size = dvbsub_display_end_segment(avctx, p, segment_length, sub);
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment