add null at argument of pepper_compositor_create_fd 37/262537/1 accepted/tizen_6.5_unified accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix tizen_6.5 tizen_7.0 tizen_7.0_hotfix accepted/tizen/6.5/unified/20211028.120811 accepted/tizen/7.0/unified/20221110.060650 accepted/tizen/7.0/unified/hotfix/20221116.110129 accepted/tizen/unified/20210816.122919 submit/tizen/20210813.050356 submit/tizen_6.5/20211028.163101 tizen_6.5.m2_release tizen_7.0_m2_release
authorSooChan Lim <sc1.lim@samsung.com>
Fri, 13 Aug 2021 04:28:36 +0000 (13:28 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Fri, 13 Aug 2021 04:30:20 +0000 (13:30 +0900)
Change-Id: Ib9dfc2cbddc42956e4175b5d07b85fb69210ed05

src/lib/compositor.c

index 942ae02a5ead84d21766457506438f0e81c3bbae..6bb19d6a0b6e6aa57701418bdafa6d81f103a493 100644 (file)
@@ -311,7 +311,7 @@ _pepper_efl_compositor_create(Evas_Object *win, const char *name)
         goto err_socket;
      }
 
-   comp->pepper.comp = pepper_compositor_create_fd(name, socket_fd);
+   comp->pepper.comp = pepper_compositor_create_fd(name, socket_fd, NULL);
    if (!comp->pepper.comp)
      {
         ERR("failed to create pepper compositor");