Skip to content

compositor: Fix possible memory leak when wl_display_create() fails

Anurup M requested to merge anurup_m/weston:br_issue_fix into master

The buffer created for flight recorder, the allocations done in 'logger' and 'flight_rec' subscribers were not freed when wl_display_create() fails. So move them to out_display

Signed-off-by: Anurup M anurup.mokkil@gmail.com

Edited by Anurup M

Merge request reports