diff options
-rw-r--r-- | libavresample/resample.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavresample/resample.c b/libavresample/resample.c index b307487..9c447d3 100644 --- a/libavresample/resample.c +++ b/libavresample/resample.c @@ -256,7 +256,6 @@ int avresample_set_compensation(AVAudioResampleContext *avr, int sample_delta, } return 0; -reinit_fail: ff_audio_data_free(&fifo_buf); return ret; } |