hermet pushed a commit to branch enventor-0.3.

http://git.enlightenment.org/tools/enventor.git/commit/?id=13db2e20bc486d799f7092c0f200598e0fc7615b

commit 13db2e20bc486d799f7092c0f200598e0fc7615b
Author: ChunEon Park <her...@hermet.pe.kr>
Date:   Sat Aug 9 14:39:09 2014 +0900

    ctxpopup: free the resource after use
---
 src/bin/ctxpopup.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/ctxpopup.c b/src/bin/ctxpopup.c
index 7fb0c66..9fb9485 100644
--- a/src/bin/ctxpopup.c
+++ b/src/bin/ctxpopup.c
@@ -227,6 +227,7 @@ state_candidate_set(Evas_Object *ctxpopup, void *data, 
Eina_Bool prog)
 end:
    eina_stringshare_del(program);
    view_string_list_free(targets);
+   if (!prog && target) eina_stringshare_del(target);
    return ret;
 }
 

-- 


Reply via email to