t; -Original Message-
>>>> From: Gustavo Sverzut Barbieri [mailto:barbi...@profusion.mobi]
>>>> Sent: Thursday, August 09, 2012 8:53 PM
>>>> To: Enlightenment developer list
>>>> Cc: eduardo.de.barros.l...@intel.com
>>>> Subject: Re:
Sverzut Barbieri [mailto:barbi...@profusion.mobi]
>>>> Sent: Thursday, August 09, 2012 8:53 PM
>>>> To: Enlightenment developer list
>>>> Cc: eduardo.de.barros.l...@intel.com
>>>> Subject: Re: [E-devel] [PATCH] evas: hide the evas object after it'
3 PM
> >> To: Enlightenment developer list
> >> Cc: eduardo.de.barros.l...@intel.com
> >> Subject: Re: [E-devel] [PATCH] evas: hide the evas object after it's smart
> > object
> >> deleted.
> >>
> >> On Thursday, August 9, 2
t;> Subject: Re: [E-devel] [PATCH] evas: hide the evas object after it's smart
> object
>> deleted.
>>
>> On Thursday, August 9, 2012, Alex Wu wrote:
>>
>>> Hi,
>>> This patch fix the bug http://trac.enlightenment.org/e/ticket/1308
>>>
>-Original Message-
>From: Gustavo Sverzut Barbieri [mailto:barbi...@profusion.mobi]
>Sent: Thursday, August 09, 2012 8:53 PM
>To: Enlightenment developer list
>Cc: eduardo.de.barros.l...@intel.com
>Subject: Re: [E-devel] [PATCH] evas: hide the evas object after
On Thursday, August 9, 2012, Alex Wu wrote:
> Hi,
> This patch fix the bug http://trac.enlightenment.org/e/ticket/1308
>
> The root cause of this bug is that when closing the window,
> the glview widget need to invoke eng_gl_make_current() before calling
> it's del_func. In eng_gl_make_current(),
Hi,
This patch fix the bug http://trac.enlightenment.org/e/ticket/1308
The root cause of this bug is that when closing the window,
the glview widget need to invoke eng_gl_make_current() before calling
it's del_func. In eng_gl_make_current(), the re->win->egl_display
make the segfualt. It is becaus