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:
ba5027c
)
zoom: init pp_tsurface before use in _e_plane_pp_layer_commit
25/137225/1
sandbox/soolim/devel
author
Junkyeong Kim
<jk0430.kim@samsung.com>
Wed, 5 Jul 2017 02:50:19 +0000
(11:50 +0900)
committer
Junkyeong Kim
<jk0430.kim@samsung.com>
Wed, 5 Jul 2017 02:50:23 +0000
(11:50 +0900)
Change-Id: I3afc9bbd2a01a37e4487585b13aa9a490c679d14
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
src/bin/e_plane.c
patch
|
blob
|
history
diff --git
a/src/bin/e_plane.c
b/src/bin/e_plane.c
index 679902e97589856fbd209e48fafe5b6943b91b78..644a16b19de810a9c97be1c9c5c74ce480990c5e 100644
(file)
--- a/
src/bin/e_plane.c
+++ b/
src/bin/e_plane.c
@@
-1632,7
+1632,7
@@
static Eina_Bool
_e_plane_pp_layer_commit(E_Plane *plane, tbm_surface_h tsurface)
{
tbm_surface_info_s surf_info;
- tbm_surface_h pp_tsurface;
+ tbm_surface_h pp_tsurface
= NULL
;
tbm_error_e tbm_err;
tdm_error tdm_err;
tdm_layer *tlayer = plane->tlayer;