mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-18 04:38:08 +02:00
ivi-shell: initialize all fields in create_layout_transition
create_layout_transition does not initialize is_transition_func. This patch initializes it to NULL. Signed-off-by: John-John Tedro <johnjohn.tedro@gmail.com> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
This commit is contained in:
parent
bfae30d814
commit
9d7aff0e38
1 changed files with 1 additions and 0 deletions
|
|
@ -253,6 +253,7 @@ create_layout_transition(void)
|
|||
|
||||
transition->is_done = 0;
|
||||
|
||||
transition->is_transition_func = NULL;
|
||||
transition->private_data = NULL;
|
||||
transition->user_data = NULL;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue