We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build environment Visual studio 2015 target x64 fftw used: http://fftw.org/install/windows.html 64-bit version: fftw-3.3.5-dll64.zip
example: char *buffer = fftwf_export_wisdom_to_string(); if (buffer) { free(buffer); } with free, it crashs:
The text was updated successfully, but these errors were encountered:
Hmm, probably a libc (crt) mismatch between your MSVC and how FFTW's DLL was built...
Sorry, something went wrong.
No branches or pull requests
Build environment Visual studio 2015 target x64
fftw used: http://fftw.org/install/windows.html 64-bit version: fftw-3.3.5-dll64.zip
example:
char *buffer = fftwf_export_wisdom_to_string();
if (buffer)
{
free(buffer);
}
with free, it crashs:
The text was updated successfully, but these errors were encountered: