We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ec41e commit a1a1355Copy full SHA for a1a1355
src/denoise.c
@@ -277,6 +277,7 @@ DenoiseState *rnnoise_create(RNNModel *model) {
277
}
278
279
void rnnoise_destroy(DenoiseState *st) {
280
+ if (common.init) opus_fft_free(common.kfft, 0);
281
free(st->rnn.vad_gru_state);
282
free(st->rnn.noise_gru_state);
283
free(st->rnn.denoise_gru_state);
0 commit comments