Eo: Set (again, got removed) deleted eo objects' magic.

The French tried to sneak a bug in, they failed.
Bug was introduced in 337fac0e73.
This commit is contained in:
Tom Hacohen 2013-09-10 15:56:52 +01:00
parent ec76c76f74
commit 77cf31d322
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@ _eo_id_release(const Eo_Id obj_id)
ERR("obj_id %p is not pointing to a valid object. Maybe it has already been freed.", (void *)obj_id);
#else
(void) obj_id;
EINA_MAGIC_SET(obj_id, EO_FREED_EINA_MAGIC);
#endif
}