Hello.

I attached the patch file for calc_job bug.

I found ecore_magic_fail problem when ecore_job_del(wd->calc_job).
wd->calc_job should also to be NULL when pan_smart's cvw and cvh is 0 in
calc_job().

Please check about this patch.

Thanks.
Index: src/lib/elm_gengrid.c
===================================================================
--- src/lib/elm_gengrid.c       (revision 59028)
+++ src/lib/elm_gengrid.c       (working copy)
@@ -1339,9 +1339,9 @@ _calc_job(void *data)
           }
 
         wd->nmax = nmax;
-        wd->calc_job = NULL;
         evas_object_smart_changed(wd->pan_smart);
      }
+   wd->calc_job = NULL;
 }
 
 static void
------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to