Skip to content

backends/native: Fix double free of error

Tim Crawford requested to merge tcrawford/mutter:gerror-double-free into master

error is an autoptr, so must not be explicitly freed.

Fixes: gnome-shell#1852 (closed)

Fixes: 5c500ad4 ("backend: Move GPU ownership from the monitor manager to the backend")

Edited by Tim Crawford

Merge request reports