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
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 (
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