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
lavc/vaapi_encode: Fix leak in error case
Fixes CID 1442564.
tags/n4.3
Mark Thompson
6 years ago
parent
5392982241
commit
177a90b1a3
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavcodec/vaapi_encode.c
+ 1
- 0
libavcodec/vaapi_encode.c
View File
@@ -1101,6 +1101,7 @@ int ff_vaapi_encode_send_frame(AVCodecContext *avctx, const AVFrame *frame)
return 0;
fail:
vaapi_encode_free(avctx, pic);
return err;
}
Write
Preview
Loading…
Cancel
Save