fixed memory leak

This commit is contained in:
Hane 2023-08-24 17:08:22 +02:00
commit 8a9ecdccff
3 changed files with 23 additions and 3 deletions

View file

@ -93,7 +93,6 @@ EndpointWidget::EndpointWidget(uint64_t idx, EndpointHandler* eph, QWidget *pare
//memcpy(osh->callbackInfo[idx]->caller, osh->getGuid(), sizeof(NGuid));
//TODO: el default = objcopy frees?
//delete eph->getCallbackInfo()->caller;
eph->getCallbackInfo()->caller = *osh->getGuid();
mainSlider->blockSignals(false);
muteButton->blockSignals(false);