X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fcompositor.c;h=e03b860a74a3e8328e0f0b69dd6ea52dacef1913;hb=refs%2Fchanges%2F21%2F28021%2F1;hp=7540fe33c4bcbb90b9e21042c09ee27b0b18600b;hpb=edb6d397a4c6e66aff8227bdd0f7f42ff07203f9;p=src%2Fagl-compositor.git diff --git a/src/compositor.c b/src/compositor.c index 7540fe3..e03b860 100644 --- a/src/compositor.c +++ b/src/compositor.c @@ -1646,6 +1646,7 @@ int wet_main(int argc, char *argv[], const struct weston_testsuite_data *test_da wl_list_init(&ivi.split_pending_apps); wl_list_init(&ivi.remote_pending_apps); wl_list_init(&ivi.desktop_clients); + wl_list_init(&ivi.child_process_list); /* Prevent any clients we spawn getting our stdin */ os_fd_set_cloexec(STDIN_FILENO);