LibCore: Oops, we were forgetting to destroy disconnected RPC clients

This commit is contained in:
Andreas Kling 2020-01-05 17:53:42 +01:00
commit 04b734501a
Notes: sideshowbarker 2024-07-19 10:19:51 +09:00

View file

@ -123,6 +123,7 @@ public:
void shutdown()
{
s_rpc_clients.remove(m_client_id);
s_id_allocator.deallocate(m_client_id);
}