mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
synced 2025-05-12 00:45:25 +00:00
hle: kernel: k_server_port: Release ref-counted host emulation members on Destroy.
This commit is contained in:
parent
788bebb160
commit
b44a564792
@ -62,6 +62,9 @@ void KServerPort::Destroy() {
|
||||
|
||||
// Close our reference to our parent.
|
||||
parent->Close();
|
||||
|
||||
// Release host emulation members.
|
||||
session_handler.reset();
|
||||
}
|
||||
|
||||
bool KServerPort::IsSignaled() const {
|
||||
|
Loading…
Reference in New Issue
Block a user