OSDN Git Service

mlp_parser: Fix memleak.
authorJai Menon <realityman@gmx.net>
Tue, 23 Feb 2010 16:54:05 +0000 (16:54 +0000)
committerRamiro Polla <ramiro.polla@gmail.com>
Tue, 23 Feb 2010 16:54:05 +0000 (16:54 +0000)
commit8790961d7eda786f624317312c6ecc51945865e3
tree8b2f5ca12b133c3c041f959d5d84d64600a6a6a9
parentd7a4961e5353ff983bd7b53acf56ab8076dfaeba
mlp_parser: Fix memleak.
ff_combine_frame() is called, which allocates ParseContext->buffer if needed,
so ff_parse_close() must be called to free it.
Patch by jai.

Originally committed as revision 22005 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mlp_parser.c