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:
4dbfe7f
)
e_hwc: call e_hwc_del when e_hwc_new is failed.
20/210320/2
author
SooChan Lim
<sc1.lim@samsung.com>
Thu, 18 Jul 2019 02:18:10 +0000
(11:18 +0900)
committer
SooChan Lim
<sc1.lim@samsung.com>
Thu, 18 Jul 2019 06:35:18 +0000
(06:35 +0000)
Change-Id: I3c4864415cdee7bfcf5e15451358592c3ce8da78
src/bin/e_hwc.c
patch
|
blob
|
history
diff --git
a/src/bin/e_hwc.c
b/src/bin/e_hwc.c
index f7c869a7417734713dab81ad7d45697331d0d5d7..7299f7c41676ce36cb093835bc2d33de435c9cd3 100644
(file)
--- a/
src/bin/e_hwc.c
+++ b/
src/bin/e_hwc.c
@@
-397,7
+397,7
@@
e_hwc_new(E_Output *output)
return hwc;
fail:
-
E_FREE
(hwc);
+
e_hwc_del
(hwc);
return NULL;
}