kimcinoo pushed a commit to branch master.

commit 9f9025e043e79e53dd8c3c6aba32a7bf11a22c36
Author: Shinwoo Kim <[email protected]>
Date:   Fri Aug 9 19:03:56 2013 +0900

    [access] remove double free possibility by removing object data
---
 src/lib/elm_access.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/elm_access.c b/src/lib/elm_access.c
index 6115b39..57bcae2 100644
--- a/src/lib/elm_access.c
+++ b/src/lib/elm_access.c
@@ -1057,6 +1057,7 @@ _elm_access_object_unregister(Evas_Object *obj, 
Evas_Object *hoverobj)
 
    Action_Info *a;
    a = evas_object_data_get(obj, "_elm_access_action_info");
+   evas_object_data_del(obj,  "_elm_access_action_info");
    if (a) free(a);
 }
 

-- 

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk

Reply via email to