marshalling on sessions, missing override tag
This commit is contained in:
parent
cdde1ce9b8
commit
667482cfea
10 changed files with 57 additions and 15 deletions
|
|
@ -750,7 +750,9 @@ EndpointWidget::~EndpointWidget() {
|
|||
timer->stop();
|
||||
delete timer;
|
||||
this->eph->setFrontVisibilityInfo(EndpointState::ENDPOINT_ALL, INT_MAX);
|
||||
this->eph->lockSessionCollections();
|
||||
this->eph->deleteSessions();
|
||||
this->eph->unlockSessionCollections();
|
||||
for(auto sw : sessionWidgets) {
|
||||
delete sw;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue