mirror of
				https://github.com/cjcliffe/CubicSDR.git
				synced 2025-10-31 04:50:38 -04: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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user