mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 22:25:07 +00:00
LibCore: Oops, we were forgetting to destroy disconnected RPC clients
This commit is contained in:
parent
1d95e56700
commit
04b734501a
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ public:
|
|||
|
||||
void shutdown()
|
||||
{
|
||||
s_rpc_clients.remove(m_client_id);
|
||||
s_id_allocator.deallocate(m_client_id);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue