marshalling on sessions, missing override tag

This commit is contained in:
Hane 2025-01-14 19:19:49 +01:00
commit 667482cfea
10 changed files with 57 additions and 15 deletions

View file

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