hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=3eeec96897ede52a7ad31ebe9863d8030fb63add

commit 3eeec96897ede52a7ad31ebe9863d8030fb63add
Author: ChunEon Park <[email protected]>
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 0fdfdc8..d96f9dd 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