Commit 4689ac41 authored by Kostya Shishkov's avatar Kostya Shishkov

16l trocadero: don't forget to free frame data buffer in APE decoder

Originally committed as revision 21910 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ce8f750c
......@@ -211,6 +211,7 @@ static av_cold int ape_decode_close(AVCodecContext * avctx)
for (i = 0; i < APE_FILTER_LEVELS; i++)
av_freep(&s->filterbuf[i]);
av_freep(&s->data);
return 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment