diff --git a/libmpcodecs/vd_theora.c b/libmpcodecs/vd_theora.c index 58321aa4f2..3ed2f88354 100644 --- a/libmpcodecs/vd_theora.c +++ b/libmpcodecs/vd_theora.c @@ -127,6 +127,8 @@ static void uninit(sh_video_t *sh) if (context) { + theora_info_clear(&context->inf); + theora_comment_clear(&context->cc); theora_clear (&context->st); free (context); }