efl_ui_tab_pager : Fix type mismatch for calloc 13/189613/1 submit/tizen/20180919.084736
authorJunsuChoi <jsuya.choi@samsung.com>
Wed, 19 Sep 2018 08:10:32 +0000 (17:10 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Wed, 19 Sep 2018 08:10:32 +0000 (17:10 +0900)
commit1ee5ccd91526b59ee871c9b09c89e117ff2e73bf
tree7117e59f6127ea09a7b3c434b87de7210fdc02fe
parent163cf5b3aa0f200c920c1aaca1d60e943a851bd8
efl_ui_tab_pager : Fix type mismatch for calloc

Summary:
Fix type mismatch.
The return value of function 'calloc' is cast to type 'App_Data *',
which doesn't match the sizeof expression 'sizeof (ad)' passed as its 2nd argument 'sizeof (ad)'.
The size of the result is 8 bytes, value of the sizeof expression is 4.

Test Plan: N/A

Reviewers: bowonryu, SanghyeonLee

Reviewed By: bowonryu, SanghyeonLee

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7067

Change-Id: I2bd5cc58056c97c288e1bfbab93705568ba2b5f4
src/bin/elementary/test_ui_tab_pager.c