Browse Source

lavfi/nnedi: Fix a memleak.

tags/n3.1
Carl Eugen Hoyos 10 years ago
parent
commit
44cf5b41d3
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavfilter/vf_nnedi.c

+ 1
- 0
libavfilter/vf_nnedi.c View File

@@ -1173,6 +1173,7 @@ static av_cold void uninit(AVFilterContext *ctx)

av_freep(&s->frame_data.input);
av_freep(&s->frame_data.temp);
av_freep(&s->fdsp);
av_frame_free(&s->second);
}



Loading…
Cancel
Save