efl_io_model: initialize memory

or this is causing trouble
This commit is contained in:
Marcel Hollerbach 2021-04-10 11:24:42 +02:00
parent 72a5388d6e
commit c88f9abb40
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ _efl_model_evt_added_ecore_cb(void *data, int type, void *event)
Eio_Monitor_Event *ev = event;
Efl_Io_Model *obj = data;
Efl_Io_Model_Data *pd;
Efl_Model_Children_Event cevt;
Efl_Model_Children_Event cevt = {0};
Efl_Io_Model_Info *mi;
Eina_List *l;
Eina_Stringshare *spath = NULL;