fixed memory leak
This commit is contained in:
parent
b1ada032fb
commit
8a9ecdccff
3 changed files with 23 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue