Details
Details
Assignee
Unassigned
UnassignedReporter
Zhou Mingying
Zhou MingyingFix versions
Labels
Hardware Platform(s) Affected
Raspberry Pi 4
Time tracking
4h logged
Due date
Dec 22, 2021
Priority
Created December 22, 2021 at 10:53 AM
Updated May 25, 2022 at 3:25 PM
Resolved April 13, 2022 at 1:53 AM
Needs a check to verify if both the surface/view was created successfully.
surface = ... if (!surface)
return;
view = ... if (!view) {
weston_surface_destroy(surface); }