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
parent 1d95e56700
commit 04b734501a

View file

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