OSDN Git Service

avformat/oggparsevorbis: free base64 encoded data immediately after decoding it
authorJames Almer <jamrial@gmail.com>
Thu, 16 Jun 2016 22:17:26 +0000 (19:17 -0300)
committerJames Almer <jamrial@gmail.com>
Tue, 21 Jun 2016 02:04:42 +0000 (23:04 -0300)
commitafd04058bc910e4a3b1017e03ea543d8be395818
treefdb21f55834e8a7e2dd5b14067970d7dcbf932ec
parent8b5b756c4d78c80051d23f2e95d21de01d74cd1f
avformat/oggparsevorbis: free base64 encoded data immediately after decoding it

It has no use afterwards and freeing it before calling ff_flac_parse_picture()
may help prevent OOM issues on memory constrained scenarios.

Signed-off-by: James Almer <jamrial@gmail.com>
libavformat/oggparsevorbis.c