mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
drm_framebuffer_remove takes care of references to CRTC pointers before freeing up framebuffer object. Directly calling the destroy function may cause dangling CRTC pointers pointing inside the framebuffer object. Fixes #2140