ecore loop args - go back to eo_del not eo_unref.

This commit is contained in:
Carsten Haitzler 2016-06-01 22:11:02 +09:00
parent a6a2338962
commit 23f6bb33ee
1 changed files with 1 additions and 1 deletions

View File

@ -2846,7 +2846,7 @@ _efl_loop_args_job_cb(void *data, void *value EINA_UNUSED,
Eo *obj = eo_parent_get(args);
eo_event_callback_call(obj, EFL_LOOP_EVENT_ARGS, args);
eo_unref(args); // FIXME: probably eo_del()
eo_del(args);
}
EOLIAN static void