Re: [FFmpeg-devel] [PATCH 2/3] avutil/tests/audio_fifo.c: Memory leak and tab space fixes

2016-12-31 Thread Michael Niedermayer
On Tue, Dec 27, 2016 at 06:43:19PM -0800, Thomas Turner wrote: > Prevents memory leak when read_samples_from_audio_fifo() is > called more than once by deallocating before reallocating > more memory. > > Fixes space indentation for contents in ERROR(). > > Signed-off-by: Thomas Turner

[FFmpeg-devel] [PATCH 2/3] avutil/tests/audio_fifo.c: Memory leak and tab space fixes

2016-12-27 Thread Thomas Turner
Prevents memory leak when read_samples_from_audio_fifo() is called more than once by deallocating before reallocating more memory. Fixes space indentation for contents in ERROR(). Signed-off-by: Thomas Turner --- libavutil/tests/audio_fifo.c | 20 ++--