pepper: add missing initialization of regions
authorJaehoon Jeong <jh01.j@samsung.com>
Tue, 28 Jul 2015 04:28:40 +0000 (13:28 +0900)
committerJaehoon Jeong <jh01.j@samsung.com>
Tue, 28 Jul 2015 04:31:21 +0000 (13:31 +0900)
Change-Id: I70612efd112b52cec447a9e4006a7ac0f5f1c351

src/lib/pepper/compositor.c

index 1f15656..2f3b3ce 100644 (file)
@@ -86,6 +86,7 @@ pepper_compositor_create(const char *socket_name)
     pepper_list_init(&compositor->output_list);
     wl_list_init(&compositor->event_hook_chain);
     pepper_list_init(&compositor->view_list);
+    wl_list_init(&compositor->regions);
 
     /* Install default input event handler */
     if( NULL == pepper_compositor_add_event_hook(compositor,