summaryrefslogtreecommitdiff
path: root/libavfilter/vf_libvmaf.c
diff options
context:
space:
mode:
authorenctac <enctac-at-yahoo.co.jp@ffmpeg.org>2018-03-26 01:44:49 +0900
committerKyle Swanson <kswanson@netflix.com>2018-03-31 20:58:09 -0700
commitbe502ec6cde004e1fa05643282939bf3a1507922 (patch)
tree3210e4ce31955216b55debde05f919bbd1ba10b9 /libavfilter/vf_libvmaf.c
parent35eeff30caf34df835206f1c12bcf4b7c2bd6758 (diff)
vf_libvmaf: Fix memory leak
Fixes ticket #6967
Diffstat (limited to 'libavfilter/vf_libvmaf.c')
-rw-r--r--libavfilter/vf_libvmaf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/vf_libvmaf.c b/libavfilter/vf_libvmaf.c
index dfe474c40c..42c6b66b69 100644
--- a/libavfilter/vf_libvmaf.c
+++ b/libavfilter/vf_libvmaf.c
@@ -130,6 +130,8 @@ FRAMESYNC_DEFINE_CLASS(libvmaf, LIBVMAFContext, fs);
\
ret = !s->frame_set; \
\
+ av_frame_unref(s->gref); \
+ av_frame_unref(s->gmain); \
s->frame_set = 0; \
\
pthread_cond_signal(&s->cond); \