wayland: fix double free in wp_viewporter_interface_destroy
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoIxD 2026-03-22 16:12:54 -07:00
commit 2499f82933

View file

@ -864,7 +864,7 @@ static wayland_protocol_t* wp_viewporter_setup(MwU32 name, struct _MwLLWayland*
}
static void wp_viewporter_interface_destroy(struct _MwLLWayland* wayland, wayland_protocol_t* data) {
free(data->listener);
// free(data->listener);
}
/* the two decoration manager constructs */