compositor: disconnect client on OOM in create_surface

This commit is contained in:
Simon Ser 2019-09-18 00:25:00 +03:00 committed by Scott Anderson
parent 2ecfc46b93
commit c808613287
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@ static void compositor_create_surface(struct wl_client *client,
wl_resource_get_version(resource), id, compositor->renderer,
&compositor->surface_resources);
if (surface == NULL) {
wl_client_post_no_memory(client);
return;
}