Browse Source

vf_pp: remove unnecessary free

ff_qp_table_extract() frees the table on failure.

Found-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
tags/n4.4
Anton Khirnov 5 years ago
parent
commit
cc4feff861
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavfilter/vf_pp.c

+ 0
- 1
libavfilter/vf_pp.c View File

@@ -145,7 +145,6 @@ static int pp_filter_frame(AVFilterLink *inlink, AVFrame *inbuf)
if (ret < 0) {
av_frame_free(&inbuf);
av_frame_free(&outbuf);
av_freep(&qp_table);
return ret;
}



Loading…
Cancel
Save