Index: daemon/studio.c
===================================================================
--- daemon/studio.c (revision ef08b85792e6f41ce0f14e44c93487056f56047a)
+++ daemon/studio.c (revision 49812cd2198078e851d2a122b4d233f7e19d1583)
@@ -1068,4 +1068,5 @@
   struct list_head * node_ptr;
   ladish_room_handle room;
+  uuid_t room_uuid;
   ladish_client_handle room_client;
 
@@ -1090,5 +1091,6 @@
       emit_room_disappeared(room);
 
-      room_client = ladish_graph_find_client_by_name(g_studio.studio_graph, ladish_room_get_name(room));
+      ladish_room_get_uuid(room, room_uuid);
+      room_client = ladish_graph_find_client_by_uuid(g_studio.studio_graph, room_uuid);
       ASSERT(room_client != NULL);
       ladish_graph_remove_client(g_studio.studio_graph, room_client);
