OK, I don't know what to do, and I wanna hear some opinions.

This released a storm of errors all across the EFL. Do I keep it there 
and we gradually fix all the (probably serious) issues, or do I revert 
it and we can all bury our heads in the sand?

--
Tom.


On 18/02/16 15:59, Tom Hacohen wrote:
> tasn pushed a commit to branch master.
>
> http://git.enlightenment.org/core/efl.git/commit/?id=ec2f92e35f5a0836933d82b6b7f518a1d7550afc
>
> commit ec2f92e35f5a0836933d82b6b7f518a1d7550afc
> Author: Tom Hacohen <t...@stosb.com>
> Date:   Thu Feb 18 15:53:40 2016 +0000
>
>      Eo: Print an ERR when deleting an object with data refs.
> ---
>   src/lib/eo/eo_private.h | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/src/lib/eo/eo_private.h b/src/lib/eo/eo_private.h
> index 869745c..f3ec7db 100644
> --- a/src/lib/eo/eo_private.h
> +++ b/src/lib/eo/eo_private.h
> @@ -245,12 +245,11 @@ _eo_free(_Eo_Object *obj)
>   {
>      _Eo_Class *klass = (_Eo_Class*) obj->klass;
>
> -#ifdef EO_DEBUG
>      if (obj->datarefcount)
>        {
>           ERR("Object %p data still referenced %d time(s).", obj, 
> obj->datarefcount);
>        }
> -#endif
> +
>      _eo_id_release((Eo_Id) _eo_id_get(obj));
>
>      eina_spinlock_take(&klass->objects.trash_lock);
>


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to