Skip to content

Commit

Permalink
Merge pull request #331 from argilo/remove-fftwf-cleanup
Browse files Browse the repository at this point in the history
Remove call to fftwf_cleanup
  • Loading branch information
argilo authored Oct 8, 2023
2 parents 598d6c9 + 0d37f61 commit 80ab64e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/input.c
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ void input_free(input_t *st)
for (int i = 0; i < AM_DECIM_STAGES; i++)
firdecim_q15_free(st->decim[i]);
fftwf_destroy_plan(st->snr_fft);
fftwf_cleanup();
}

void input_set_sync_state(input_t *st, unsigned int new_state)
Expand Down

0 comments on commit 80ab64e

Please sign in to comment.