Skip to content
Snippets Groups Projects
Commit d6e8fe5e authored by Pekka Paalanen's avatar Pekka Paalanen
Browse files

libweston: fix crash on never used output's tear-down


weston_output_enable() initializes the list, but weston_output_release()
maybe be called even if the output was never enabled, triggering the
assert due to uninitialized (actually NULL) list head.

Fixes: 1a4f87de
	"libweston: introduce weston_paint_node"

Signed-off-by: default avatarPekka Paalanen <pekka.paalanen@collabora.com>
parent 348e3a9a
No related branches found
No related tags found
No related merge requests found
Pipeline #373616 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment