Skip to content
Snippets Groups Projects
Commit 4c8d927a 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 efb53f52
No related branches found
No related tags found
No related merge requests found
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