mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-02-03 09:44:26 -05:00
Windows exit crash fix.. ?
This commit is contained in:
parent
8dd46eb1ab
commit
ecda9a8f76
@ -9,12 +9,12 @@ ScopeVisualProcessor::ScopeVisualProcessor(): fftInData(NULL), fftwOutput(NULL),
|
|||||||
}
|
}
|
||||||
|
|
||||||
ScopeVisualProcessor::~ScopeVisualProcessor() {
|
ScopeVisualProcessor::~ScopeVisualProcessor() {
|
||||||
if (fftInData) {
|
/*if (fftInData) {
|
||||||
free(fftInData);
|
free(fftInData);
|
||||||
}
|
}
|
||||||
if (fftwOutput) {
|
if (fftwOutput) {
|
||||||
free(fftwOutput);
|
free(fftwOutput);
|
||||||
}
|
}*/
|
||||||
if (fftw_plan) {
|
if (fftw_plan) {
|
||||||
fftwf_destroy_plan(fftw_plan);
|
fftwf_destroy_plan(fftw_plan);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user