提交 e0eb963a 编写于 作者: V Vitor Sessak 提交者: Mans Rullgard

Fix memory leak in ALS decoder in big endian systems

Signed-off-by: NMans Rullgard <mans@mansr.com>
上级 d461a473
......@@ -1564,6 +1564,7 @@ static av_cold int decode_end(AVCodecContext *avctx)
av_freep(&ctx->chan_data);
av_freep(&ctx->chan_data_buffer);
av_freep(&ctx->reverted_channels);
av_freep(&ctx->crc_buffer);
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册