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
pcm-dvd: use av_freep()
Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n2.1
Paul B Mahol
12 years ago
parent
fc435d977a
commit
5be7aecc80
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
libavcodec/pcm-dvd.c
+ 1
- 2
libavcodec/pcm-dvd.c
View File
@@ -56,8 +56,7 @@ static av_cold int pcm_dvd_decode_uninit(AVCodecContext *avctx)
{
PCMDVDContext *s = avctx->priv_data;
if (s->extra_samples)
av_free(s->extra_samples);
av_freep(&s->extra_samples);
return 0;
}
Write
Preview
Loading…
Cancel
Save