Re: [E-devel] About memory leak possibility in Elementary

2011-03-30 Thread Daniel Juyung Seo
This looks reasonable. I give +1. Thanks. Daniel Juyung Seo (SeoZ) On Thu, Mar 31, 2011 at 2:07 PM, 박지연 wrote: > > Dear All. > I'm Jiyoun park. > > Yesterday, I found some code which cause memory leak in elementary. > some elementary check parent's evas after alloc memory in elm_XXX_add > funct

[E-devel] About memory leak possibility in Elementary

2011-03-30 Thread 박지연
Dear All. I'm Jiyoun park. Yesterday, I found some code which cause memory leak in elementary. some elementary check parent's evas after alloc memory in elm_XXX_add function like below. ... wd = ELM_NEW(Widget_Data); ==> alloc memory e = evas_object_evas_get(parent); if (

Re: [E-devel] [Patch] Display more than 3 items

2011-03-30 Thread cnook
Hi All, Please check latest patch set. Sincerely, Shinwoo Kim. 2011/3/28 cnook > Hi All, > > Thanks for your response and suggestion always. > I have attached new patch file which has following modification. > > - remove warning message > - support setting by theme and api > > Others are a