projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f7ca73
)
e_hwc: Fix leak of E_Hwc
11/317011/1
author
Changyeon Lee
<cyeon.lee@samsung.com>
Mon, 2 Sep 2024 06:37:44 +0000
(15:37 +0900)
committer
Tizen Window System
<tizen.windowsystem@gmail.com>
Mon, 2 Sep 2024 10:47:44 +0000
(19:47 +0900)
Change-Id: I64903a25562be5d46d1316db9fe39ac16cf69114
src/bin/displaymgr/e_hwc.c
patch
|
blob
|
history
diff --git
a/src/bin/displaymgr/e_hwc.c
b/src/bin/displaymgr/e_hwc.c
index 7d51c1fbf9ee547f7546adfa402c49fa35ff9963..9984e5dd8f219bb0c8edfce4bc16ce658abfddcb 100644
(file)
--- a/
src/bin/displaymgr/e_hwc.c
+++ b/
src/bin/displaymgr/e_hwc.c
@@
-556,7
+556,7
@@
e_hwc_new(E_Output *output, Eina_Bool primary_output)
if (error != TDM_ERROR_NONE)
{
EHERR("fail to tdm_hwc_get_capabilities", hwc);
-
return EINA_FALSE
;
+
goto fail
;
}
/* hwc video capabilities */