mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-11-24 04:21:41 +01:00
Fixed gain memory error
This commit is contained in:
@@ -159,7 +159,7 @@ void windowInit() {
|
||||
|
||||
vfoman::init(&wtf, &sigPath);
|
||||
|
||||
uiGains = new float[1];
|
||||
uiGains = new float[soapy.gainList.size()];
|
||||
|
||||
spdlog::info("Loading modules");
|
||||
mod::initAPI(&wtf);
|
||||
|
||||
Reference in New Issue
Block a user