mirror of
				https://github.com/AlexandreRouma/SDRPlusPlus.git
				synced 2025-10-31 00:48:11 +01:00 
			
		
		
		
	Fixed delete[] in soapy.h
This commit is contained in:
		| @@ -530,9 +530,10 @@ void drawWindow() { | ||||
|         if (ImGui::Button("Refresh", ImVec2(menuColumnWidth - ImGui::GetCursorPosX(), 0.0f))) { | ||||
|             soapy.refresh(); | ||||
|             if (noDevice && soapy.devList.size() > 0) { | ||||
|                 sourceName = soapy.devNameList[0]; | ||||
|                 soapy.setDevice(soapy.devList[0]); | ||||
|                 if (config::config["sourceSettings"][soapy.devNameList[0]]) { | ||||
|                     loadSourceConfig(soapy.devNameList[0]); | ||||
|                 if (config::config["sourceSettings"][sourceName]) { | ||||
|                     loadSourceConfig(sourceName); | ||||
|                 } | ||||
|             } | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user