diff --git a/Libraries/LibCore/CEventLoop.cpp b/Libraries/LibCore/CEventLoop.cpp index 1dac8af3b2..b845bc2244 100644 --- a/Libraries/LibCore/CEventLoop.cpp +++ b/Libraries/LibCore/CEventLoop.cpp @@ -123,6 +123,7 @@ public: void shutdown() { + s_rpc_clients.remove(m_client_id); s_id_allocator.deallocate(m_client_id); }