Skip to content

user-manager: Remove user from new users list if destroyed

If an user gets destroyed early enough, while is still being loaded we should also remove it from the list of new users or we'd try to deference it at finalization time.

Users shouldn't be destroyed that early, but given that we've code to handle their early disposition, we should still remove their references from everywhere.

Closes: #114 (closed)

Merge request reports