hermet pushed a commit to branch master.

commit d34f25949da680aac5abe6b673254167ead154ac
Author: ChunEon Park <[email protected]>
Date:   Thu Jul 18 20:34:02 2013 +0900

    edje - fault casting.
---
 src/lib/edje/edje_load.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/edje/edje_load.c b/src/lib/edje/edje_load.c
index 4f45e61..70388be 100644
--- a/src/lib/edje/edje_load.c
+++ b/src/lib/edje/edje_load.c
@@ -1635,7 +1635,7 @@ _edje_collection_free_part_description_clean(int type, 
Edje_Part_Description_Com
    //clean the map colors
    if (desc->map.colors)
      {
-        for (i = 0; i < (int)desc->map.colors_count; i++)
+        for (i = 0; i < desc->map.colors_count; i++)
           free(desc->map.colors[i]);
         free(desc->map.colors);
      }

-- 

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk

Reply via email to