Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Call fftw_cleanup to deallocate all memory allocated by FFTW
FFTW caches a small amount of persistent memory. The memory "leak" is benign. Nevertheless, we call fftw_cleanup to deallocate all memory allocated by FFTW for sanitizers.
- Loading branch information