ecore: properly initialize all field in event generated by Efl.Generic_Model

Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Differential Revision: https://phab.enlightenment.org/D10029
This commit is contained in:
Cedric Bail 2019-09-17 19:03:48 -07:00
parent 6af8a70f37
commit f402efbba3
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ _efl_generic_model_efl_model_child_del(Eo *obj, Efl_Generic_Model_Data *sd, Eo *
{
if (data == child)
{
Efl_Model_Children_Event cevt;
Efl_Model_Children_Event cevt = { 0 };
sd->childrens = eina_list_remove_list(sd->childrens, l);