Fixed gain memory error

This commit is contained in:
Ryzerth
2020-08-16 17:56:12 +02:00
parent c4f49203a1
commit 19e07eb767
2 changed files with 3 additions and 3 deletions

View File

@ -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);