Make sure that IGlobalSession can be released before ISession #6480
Labels
goal:quality & productivity
Quality issues and issues that impact our productivity coding day to day inside slang
Milestone
Currently, this causes a crash when ISession is destroyed. See #6344 for an example.
The proposed solution is to make ISession hold a strong reference to it's corresponding IGlobalSession, so that it's not deleted until the ISession has been destroyed.
The text was updated successfully, but these errors were encountered: