vf_libvmaf: Fix memory leak

Fixes ticket #6967
pull/283/head
enctac 7 years ago committed by Kyle Swanson
parent 35eeff30ca
commit be502ec6cd
  1. 2
      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); \

Loading…
Cancel
Save