Commit e0eb963a authored by Vitor Sessak's avatar Vitor Sessak Committed by Mans Rullgard

Fix memory leak in ALS decoder in big endian systems

Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent 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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment