diff --git a/src/protocols/ColorManagement.cpp b/src/protocols/ColorManagement.cpp index 84280c71..afab5a20 100644 --- a/src/protocols/ColorManagement.cpp +++ b/src/protocols/ColorManagement.cpp @@ -233,7 +233,8 @@ CColorManagementSurface::CColorManagementSurface(SP if UNLIKELY (!good()) return; - m_client = m_resource->client(); + m_client = m_resource->client(); + m_imageDescription = DEFAULT_IMAGE_DESCRIPTION; m_resource->setDestroy([this](CWpColorManagementSurfaceV1* r) { LOGM(Log::TRACE, "Destroy wp cm surface {}", (uintptr_t)m_surface);