Re: [PATCH] shell: allocate enough memory for shsurf->ping_timer

2012-04-27 Thread Kristian Hoegsberg
On Fri, Apr 27, 2012 at 01:55:55PM +0300, Ander Conselvan de Oliveira wrote: Thanks Ander, committed. Kristian > src/shell.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/shell.c b/src/shell.c > index 9c844b5..2001133 100644 > --- a/src/shell.c > +++ b/src/s

Re: [PATCH] shell: allocate enough memory for shsurf->ping_timer

2012-04-27 Thread Scott Moreau
On Fri, Apr 27, 2012 at 4:55 AM, Ander Conselvan de Oliveira < ander.conselvan.de.olive...@intel.com> wrote: > --- > src/shell.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/shell.c b/src/shell.c > index 9c844b5..2001133 100644 > --- a/src/shell.c > +++ b/src

[PATCH] shell: allocate enough memory for shsurf->ping_timer

2012-04-27 Thread Ander Conselvan de Oliveira
--- src/shell.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/shell.c b/src/shell.c index 9c844b5..2001133 100644 --- a/src/shell.c +++ b/src/shell.c @@ -447,7 +447,7 @@ ping_handler(struct weston_surface *surface, uint32_t serial) return;