ctxpopup: free the resource after use

This commit is contained in:
ChunEon Park 2014-08-09 14:39:09 +09:00
parent 64f7cccd5f
commit 3eeec96897
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}