On Mon, Nov 21, 2011 at 8:21 PM, Iván Briano (Sachiel) <sachi...@gmail.com> wrote: > 2011/11/21 Enlightenment SVN <no-re...@enlightenment.org>: >> Log: >> evas/evas_object_smart - don't need compare each layer >> >> >> >> Author: hermet >> Date: 2011-11-21 02:16:25 -0800 (Mon, 21 Nov 2011) >> New Revision: 65482 >> Trac: http://trac.enlightenment.org/e/changeset/65482 >> >> Modified: >> trunk/evas/src/lib/canvas/evas_object_smart.c >> >> Modified: trunk/evas/src/lib/canvas/evas_object_smart.c >> =================================================================== >> --- trunk/evas/src/lib/canvas/evas_object_smart.c 2011-11-21 09:47:42 >> UTC (rev 65481) >> +++ trunk/evas/src/lib/canvas/evas_object_smart.c 2011-11-21 10:16:25 >> UTC (rev 65482) >> @@ -146,8 +146,7 @@ >> abort(); >> return; >> } >> - if (obj->layer && smart_obj->layer >> - && obj->layer->evas != smart_obj->layer->evas) >> + if (obj->layer->evas != smart_obj->layer->evas) >> { >> CRIT("Adding object %p from Evas (%p) from another Evas (%p)", obj, >> obj->layer->evas, smart_obj->layer->evas); >> abort(); > > Are you sure this is right?
if obj->layer can be NULL, this is wrong. > >> >> >> ------------------------------------------------------------------------------ >> All the data continuously generated in your IT infrastructure >> contains a definitive record of customers, application performance, >> security threats, fraudulent activity, and more. Splunk takes this >> data and makes sense of it. IT sense. And common sense. >> http://p.sf.net/sfu/splunk-novd2d >> _______________________________________________ >> enlightenment-svn mailing list >> enlightenment-...@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn >> > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure > contains a definitive record of customers, application performance, > security threats, fraudulent activity, and more. Splunk takes this > data and makes sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-novd2d > _______________________________________________ > enlightenment-devel mailing list > enlightenment-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > Daniel Juyung Seo (SeoZ) ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel