mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-27 22:59:43 +00:00
61e1cf76c2
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