eo2: remove memset() in _eo2_do_end() as all stack fields are set in _eo2_do_start()

This commit is contained in:
Jérémy Zurcher 2013-12-30 20:12:00 +01:00 committed by Tom Hacohen
parent adb5b8776d
commit 56ae6cf32e
1 changed files with 0 additions and 1 deletions

View File

@ -425,7 +425,6 @@ _eo2_do_end(const Eo **eo_id EINA_UNUSED)
if(fptr->o.obj)
_eo_unref(fptr->o.obj);
memset(fptr, 0, sizeof (Eo2_Stack_Frame));
fptr->obj_data = EO2_INVALID_DATA;
if (fptr == eo2_call_stack.stack)