On Thu, Jan 29, 2015 at 07:17:31PM +0200, Giulio Camuffo wrote:
> 2015-01-28 5:29 GMT+02:00 Bryce Harrington :
> > On Fri, Dec 26, 2014 at 06:10:35PM +0200, Giulio Camuffo wrote:
> >> Calling wl_event_source_remove() will free the event source later, so
> >> reset the pointer to avoid calling it tw
2015-01-28 5:29 GMT+02:00 Bryce Harrington :
> On Fri, Dec 26, 2014 at 06:10:35PM +0200, Giulio Camuffo wrote:
>> Calling wl_event_source_remove() will free the event source later, so
>> reset the pointer to avoid calling it two times on the same pointer.
>> Fix a compositor crash when copying some
On Fri, Dec 26, 2014 at 06:10:35PM +0200, Giulio Camuffo wrote:
> Calling wl_event_source_remove() will free the event source later, so
> reset the pointer to avoid calling it two times on the same pointer.
> Fix a compositor crash when copying some text from weston terminal,
> pasting it in the sa
Calling wl_event_source_remove() will free the event source later, so
reset the pointer to avoid calling it two times on the same pointer.
Fix a compositor crash when copying some text from weston terminal,
pasting it in the same terminal and hitting ctrl-u, while a X client
is running.
---
xwayla