Skip to content
Commit f1f883e9 authored by Aleix Pol Gonzalez's avatar Aleix Pol Gonzalez 🐧
Browse files

ddc: Fix cleaning up handles when we are redetecting screens

We were just cleaning up the list handle but never closing them. This
would normally be "just a leak" if it wasn't that also ddc will fail on
opening a handle that is already open which would invalidate all the
handles. This would result in losing access to the ddc displays.

This closes them before cleaning up the list so this doesn't happen
anymore.
parent 66badc77
Pipeline #336933 passed with stage
in 5 minutes and 3 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment