Skip to content

video_output: fix regression on lock

The function is not locking the display_lock, so it should not unlock it. It's a leftover of the previous code moves, where the error path has not been checked correctly.

Regression from 2ba73428

Edited by François Cartegnie

Merge request reports