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
Fix memleak
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.8
Etienne Buira
Michael Niedermayer
14 years ago
parent
28768579aa
commit
5e0dafe8ca
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavcodec/libx264.c
+ 1
- 0
libavcodec/libx264.c
View File
@@ -176,6 +176,7 @@ static av_cold int X264_close(AVCodecContext *avctx)
av_free(x4->level);
av_free(x4->stats);
av_free(x4->weightp);
av_free(x4->x264opts);
return 0;
}
Write
Preview
Loading…
Cancel
Save