mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 23:57:57 -05:00
k_server_session: fix crashes
This commit is contained in:
@ -80,7 +80,6 @@ ResultVal<Kernel::KPort*> ServiceManager::GetServicePort(const std::string& name
|
||||
}
|
||||
|
||||
auto* port = Kernel::KPort::Create(kernel);
|
||||
SCOPE_EXIT({ port->Close(); });
|
||||
|
||||
port->Initialize(ServerSessionCountMax, false, name);
|
||||
auto handler = it->second;
|
||||
|
Reference in New Issue
Block a user