SIGN IN SIGN UP

Wayland: Fix use-after-free of `Ref<ColorManagementProfile>`

Fixes #117676
PR #111964 made a Ref<ColorManagementProfile> which we intentionally
leaked across a client-server barrier owned, which caused a use-after-free.
Manually adding reference/unreference calls keeps the ptr valid without memory leaks.
A
ArchercatNEO committed
8be7b9f18cdfc24533e7e0470c0a14d001fa0a66
Parent: 4a28021