From b96778268bf02f2408256616026a192654056b8e Mon Sep 17 00:00:00 2001 From: "joonbum.ko" Date: Wed, 27 Sep 2017 15:06:32 +0900 Subject: [PATCH] wayland-egl: Initialized an uninitialized function pointer. Change-Id: Id1fd615b36a3f14eade1867c3ba4601ef67d73c5 Signed-off-by: joonbum.ko --- src/wayland-egl/wayland-egl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wayland-egl/wayland-egl.c b/src/wayland-egl/wayland-egl.c index 3e94e9d..08a5fc4 100644 --- a/src/wayland-egl/wayland-egl.c +++ b/src/wayland-egl/wayland-egl.c @@ -111,6 +111,8 @@ wl_egl_window_create(struct wl_surface *surface, egl_window->rotate_callback = NULL; egl_window->get_rotation_capability = NULL; + egl_window->destroy_window_callback = NULL; + WL_EGL_LOG(2, "surf:%10p WxH:%dx%d egl_win:%10p priv:%10p", surface, width, height, egl_window, egl_window->private); -- 2.7.4