projects
/
profile
/
mobile
/
apps
/
native
/
music-player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
831b64c
)
Fixed TSAM-6453
53/80253/1
submit/tizen_mobile/20160715.151426
author
bhutani.92
<bhutani.92@samsung.com>
Fri, 15 Jul 2016 11:28:44 +0000
(16:58 +0530)
committer
bhutani.92
<bhutani.92@samsung.com>
Fri, 15 Jul 2016 11:28:44 +0000
(16:58 +0530)
Change-Id: Id69d58478ad8edb7338a5b09e108ea57b8d03307
Signed-off-by: bhutani.92 <bhutani.92@samsung.com>
src/core/mp-view-mgr.c
patch
|
blob
|
history
diff --git
a/src/core/mp-view-mgr.c
b/src/core/mp-view-mgr.c
index 863852a3d074a81e453b7b9e5b709202abec9d42..f4db6488c977c6a1df48478fe4294db275be325a 100755
(executable)
--- a/
src/core/mp-view-mgr.c
+++ b/
src/core/mp-view-mgr.c
@@
-597,7
+597,9
@@
void mp_view_mgr_post_event(MpViewMgr_t *view_mgr, MpViewEvent_e event)
}
} else {
EINA_LIST_FOREACH(list, l, data) {
- _view_foreach_cb(elm_object_item_data_get(data), (void *)event);
+ if (data) {
+ _view_foreach_cb(elm_object_item_data_get(data), (void *)event);
+ }
}
}