Bugfix: cells were not replaced by defunc cold proxies after unregistering a lib

This commit is contained in:
Matthias Koefferlein 2025-10-11 17:54:26 +02:00
parent b3ec482eb8
commit ff2beaf32f
1 changed files with 2 additions and 1 deletions

View File

@ -112,6 +112,8 @@ LibraryManager::unregister_lib (Library *library)
return;
}
library->remap_to (0);
{
tl::MutexLocker locker (&m_lock);
@ -124,7 +126,6 @@ LibraryManager::unregister_lib (Library *library)
}
}
library->remap_to (0);
library->set_id (std::numeric_limits<lib_id_type>::max ());
// issue the change notification