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 memory leak in oggenc
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
Maksym Veremeyenko
Michael Niedermayer
13 years ago
parent
f65c6f751f
commit
dacf076614
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavformat/oggenc.c
+ 2
- 0
libavformat/oggenc.c
View File
@@ -519,6 +519,8 @@ static int ogg_write_trailer(AVFormatContext *s)
av_free(oggstream->header[0]);
av_free(oggstream->header[1]);
}
else
av_free(oggstream->header[1]);
av_freep(&st->priv_data);
}
return 0;
Write
Preview
Loading…
Cancel
Save