mirror of
https://github.com/miek/inspectrum.git
synced 2026-03-03 06:54:17 +01:00
Add missing free
This commit is contained in:
@@ -40,6 +40,7 @@ InputSource::~InputSource() {
|
||||
fftwf_free(m_fftw_in);
|
||||
fftwf_free(m_fftw_out);
|
||||
|
||||
free(m_output_cache);
|
||||
munmap(m_data, m_file_size);
|
||||
fclose(m_file);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user