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() { | ||||
|     if (fftInData) { | ||||
|     /*if (fftInData) {
 | ||||
|         free(fftInData); | ||||
|     } | ||||
|     if (fftwOutput) { | ||||
|         free(fftwOutput); | ||||
|     } | ||||
|     }*/ | ||||
|     if (fftw_plan) { | ||||
|         fftwf_destroy_plan(fftw_plan); | ||||
|     } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user