FastNFT / FNFT

Fast numerical computation of (inverse) nonlinear Fourier transforms
https://fastnft.github.io/FNFT/
GNU General Public License v2.0
42 stars 12 forks source link

fix-of-a-memory-leak #57

Closed PJ-Prins closed 3 years ago

PJ-Prins commented 3 years ago

If memory was allocated at https://github.com/FastNFT/FNFT/blob/db8d0687f00ac0af7f406f094c9b24474c3605ee/src/fnft_nsev.c#L256 it was never freed.