mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-04-29 02:50:30 +08:00
lavc: use av_fifo_freep
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
This commit is contained in:
@@ -724,7 +724,7 @@ static void flac_parse_close(AVCodecParserContext *c)
|
||||
av_free(curr);
|
||||
curr = temp;
|
||||
}
|
||||
av_fifo_free(fpc->fifo_buf);
|
||||
av_fifo_freep(&fpc->fifo_buf);
|
||||
av_free(fpc->wrap_buf);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user