kopia lustrzana https://github.com/f4exb/sdrangel
				
				
				
			Fix memleak
Frees memory allocated in DSCDemodGUI::DSCDemodGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/demoddsc/dscdemodgui.cpp:571pull/2157/head
							rodzic
							
								
									52f3618e56
								
							
						
					
					
						commit
						11a672161d
					
				|  | @ -568,7 +568,7 @@ DSCDemodGUI::DSCDemodGUI(PluginAPI* pluginAPI, DeviceUISet *deviceUISet, Baseban | |||
|     ui->deltaFrequency->setValueRange(false, 7, -9999999, 9999999); | ||||
|     ui->channelPowerMeter->setColorTheme(LevelMeterSignalDB::ColorGreenAndBlue); | ||||
| 
 | ||||
|     ui->messages->setItemDelegateForColumn(MESSAGE_COL_RSSI, new DecimalDelegate(1)); | ||||
|     ui->messages->setItemDelegateForColumn(MESSAGE_COL_RSSI, new DecimalDelegate(1, ui->messages)); | ||||
| 
 | ||||
|     m_scopeVis = m_dscDemod->getScopeSink(); | ||||
|     m_scopeVis->setGLScope(ui->glScope); | ||||
|  |  | |||
		Ładowanie…
	
		Reference in New Issue
	
	 Daniele Forsi
						Daniele Forsi