e_comp_wl: Fix wrong return value 41/317341/1
authorSeunghun Lee <shiin.lee@samsung.com>
Mon, 9 Sep 2024 04:58:37 +0000 (13:58 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Mon, 9 Sep 2024 07:01:09 +0000 (16:01 +0900)
Change-Id: If2870875fafdc4646f1660f1ad3045113d0d4d03

src/bin/server/e_comp_wl.c

index a3610219f8dfe9380605ba7ff09aa67aaa92d1d6..d95340a78c5868dbcc201521b5b58a0db3d0d8ae 100644 (file)
@@ -3570,7 +3570,7 @@ _e_comp_wl_display_create(void)
    if (!(comp = E_NEW(E_Comp_Data, 1)))
      {
         ERR("Could not create compositor data: %m");
-        return EINA_FALSE;
+        return NULL;
      }
    comp_wl = &comp->base;