diff options
Diffstat (limited to 'libavcodec/h264_parser.c')
-rw-r--r-- | libavcodec/h264_parser.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h264_parser.c b/libavcodec/h264_parser.c index 5f0c68c787..27f68d2380 100644 --- a/libavcodec/h264_parser.c +++ b/libavcodec/h264_parser.c @@ -306,6 +306,7 @@ static void close(AVCodecParserContext *s) ParseContext *pc = &h->s.parse_context; av_free(pc->buffer); + ff_h264_free_context(h); } |