summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd_theora.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs/vd_theora.c')
-rw-r--r--libmpcodecs/vd_theora.c2
1 files changed, 2 insertions, 0 deletions
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);
}