Deprecate session manager's Done()

This commit is contained in:
Jan Grashoefer 2025-04-15 17:24:41 +02:00
parent 013dc2010f
commit 124f2a7d28
4 changed files with 8 additions and 6 deletions

View file

@ -385,7 +385,7 @@ void finish_run(int drain_events) {
event_mgr.Drain();
if ( session_mgr )
session_mgr->Done();
session_mgr->Clear();
}
#ifdef DEBUG