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
indeo3: release buffer in indeo3_decode_end()
Fix leak.
tags/n0.8
Stefano Sabatini
14 years ago
parent
5443812fbc
commit
7f58eb3c2b
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
libavcodec/indeo3.c
+ 3
- 0
libavcodec/indeo3.c
View File
@@ -1137,6 +1137,9 @@ static av_cold int indeo3_decode_end(AVCodecContext *avctx)
iv_free_func(s);
if (s->frame.data[0])
avctx->release_buffer(avctx, &s->frame);
return 0;
}
Write
Preview
Loading…
Cancel
Save