Re: [E-devel] [Patch][elm_list] bug fix: crash occurs when container which contains the elm_list is deleted on the "elm_list item clicked" callback

2012-03-21 Thread The Rasterman
On Thu, 22 Mar 2012 09:51:49 +0900 Kim Shinwoo said: in svn it is! tnx! :) > OMG. Thanks for your response. You're definitely right. > I have attached revised patch. Please review the patch. > > Anyhow.. Are you alive?!! > > > 2012/3/21 Hyoyoung Chang : > > I think previous your mail is in an

Re: [E-devel] [Patch][elm_list] bug fix: crash occurs when container which contains the elm_list is deleted on the "elm_list item clicked" callback

2012-03-21 Thread Kim Shinwoo
OMG. Thanks for your response. You're definitely right. I have attached revised patch. Please review the patch. Anyhow.. Are you alive?!! 2012/3/21 Hyoyoung Chang : > I think previous your mail is in another your mail account :P > btw, i have a question. > > +        if (it->icon) > +          

Re: [E-devel] [Patch][elm_list] bug fix: crash occurs when container which contains the elm_list is deleted on the "elm_list item clicked" callback

2012-03-21 Thread Hyoyoung Chang
I think previous your mail is in another your mail account :P btw, i have a question. +if (it->icon) + evas_object_event_callback_del(it->icon, + EVAS_CALLBACK_CHANGED_SIZE_HINTS, + _changed_size_hi

[E-devel] [Patch][elm_list] bug fix: crash occurs when container which contains the elm_list is deleted on the "elm_list item clicked" callback

2012-03-21 Thread cnook
Dear All, Hello. I have resolved the elm_list issue(goto ELM_LIST_CRASH_ISSUE_MAIL below, I sent mail but I cannot find the previous mail -_-;). It would be related with double free issue. In the "sub-obejct-del" callback which name is _sub_del() sets item->icon to NULL. And in the EVAS_CALLBACK_M