mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 13:37:59 -05:00
core: hle: kernel: k_server_session: Ensure SessionRequestManager is freed.
This commit is contained in:
@ -49,6 +49,9 @@ void KServerSession::Destroy() {
|
||||
parent->OnServerClosed();
|
||||
|
||||
parent->Close();
|
||||
|
||||
// Release host emulation members.
|
||||
manager.reset();
|
||||
}
|
||||
|
||||
void KServerSession::OnClientClosed() {
|
||||
|
Reference in New Issue
Block a user