Skip to content

add a NULL check to fail when frame_create fails

Jimmy Ohn requested to merge JimmyOhn/weston:weston_minor_patch into master

This adds a NULL check to fail when frame_create fails. If frame is NULL, I think this can happen crash in frame_resize_inside function if frame is NULL.

Merge request reports