mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-17 16:17:56 -05:00
kernel: fix port tracking
This commit is contained in:
@ -101,7 +101,9 @@ ServiceFrameworkBase::~ServiceFrameworkBase() {
|
||||
const auto guard = LockService();
|
||||
|
||||
if (named_port != nullptr) {
|
||||
named_port->Close();
|
||||
named_port->GetClientPort().Close();
|
||||
named_port->GetServerPort().Close();
|
||||
named_port = nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user