This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
lavfi/nnedi: Fix a memleak.
tags/n3.1
Carl Eugen Hoyos
10 years ago
parent
76377d66b7
commit
44cf5b41d3
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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);
}
Write
Preview
Loading…
Cancel
Save